Drag and Drop

Started by Mark Strickland, October 05, 2007, 03:02:37 PM

Previous topic - Next topic

Mark Strickland

I have had an idea rolling around in my head for a while that needs to handle DRAG and DROP to a Text Box in another program.  I want to Drag something probably from a ListBox and Drop it on a text box of another program.  (I have seen this done in a little utility I have - no source code.)  I would then create a POP UP MENU and you could select a function from the menu and put text into the Text Box or possibly do something else.

I have done enough POP UP MENU stuff that I can do that part.

What message should I handle to catch a Drag and Drop?

Thanks