Click to See Complete Forum and Search --> : OLE Drag & Drop...


tFrench
May 25th, 1999, 01:16 PM
I can't seem to be able to turn OLE Drag on in my form... I can turn OLE Drop on, but i really don't care about that... I can activate OLE Drag on some of my controls, but with no luck on the form... if you have any ideas, please let me know... thanks


mr. t

Ravi Kiran
May 25th, 1999, 09:29 PM
May i ask you what exactly you are trying
to do? 'How' is dependent on 'what' usually :-)

tFrench
May 28th, 1999, 05:26 AM
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