Re: OLE Drag & Drop... Re-Explained
The problem i'm having is this... I have a form I'd like to be able to drag a ListBox off of into another application... I know this is what OLEDrag is for... I have an OLEDrag_Start procedure where i'm placing files into the Data object... Unfortunately, when i drag the ListBox, it won't leave the form... I read that i need to set the OLEDrag property to 0-Manual on the form for this to work... BUT, that property's not there, sooo, i'm stuck... the OLEDrop property's there, just not the Drag... Anyone know what I should DO???
Help
mr. t