Project Media Drop Target

GenJerDan wrote on 5/4/2009, 11:20 AM
Hopefully the subject is vague enough that only those that know what I'm talking about know what I'm talking about. :^)

Anyone know what kind of drop target the Project Media control is?

I'm writing an app that contains media (just the filenames, but with that, I can grab whatever I need to) and would like to be able to drag and drop a clip from it directly into Vegas...like you can from Explorer.

What is it expecting? More than just a filename, for sure. Something in the ShellAPI I'd have to use? Is there another way (I'm using C# / .NET, but can usually translate)?

Comments

jetdv wrote on 5/4/2009, 11:52 AM
Why not just write it as a script. Select the files and let the script add those files to the project media.
GenJerDan wrote on 5/4/2009, 4:28 PM
I'm not writing it for Vegas in particular, and no one has asked for drag&drop

I just want it to work like that with Vegas for me, if possible. :^)