Comments

jetdv wrote on 8/26/2004, 12:16 PM
What if you try:

VegasApp.Project.Tracks(0).TrackEvents.Remove(VegasApp.Project.Tracks(0).TrackEvents(0))

You have to tell remove WHAT event to remove as a parameter.
ponchoman1 wrote on 8/26/2004, 9:39 PM
I didn't realize a parameter needed to be passed to remove. Thx for the info. However, I still can't get this to work. I've tried every variation I could think of. Further help would be much appreciated.

jetdv wrote on 8/27/2004, 7:11 AM
It's possible that this can be simplified but here's a VB version what WILL remove the first event on the first track.
ponchoman1 wrote on 8/27/2004, 12:00 PM
Great. That worked! I really appreciate it.