Create a new file by dragging from app
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have a VB6 app that manages a bunch of stuff in a database. From a listctrl, I want to drag "one of those objects" onto the Windows desktop and intercept the drop within the shell so I can create a special file that holds some reference info about the item. I'm trying to roughly emulate what happens when you drag a message, appointment, etc. from Outlook onto the desktop. I've looked into Shell Extensions some and can't seem to find what I need. Does anybody know how to do this type of thing?