PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Mark Strickland on October 05, 2007, 03:02:37 PM

Title: Drag and Drop
Post by: Mark Strickland on October 05, 2007, 03:02:37 PM
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