CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    4

    OLE Drag & Drop...

    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


  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: OLE Drag & Drop...

    May i ask you what exactly you are trying
    to do? 'How' is dependent on 'what' usually :-)



  3. #3
    Join Date
    May 1999
    Posts
    4

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured