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

    OLE Drag & Drop - Really URGENT!!!

    I have 2 list boxes on a dialog box. Now I want to drag the text from one list box and drop it onto the other list box. Can someone tell me how to accomplish this ? I thought of using the OLE classes provided by MFC to accomplsh this but I don't know how to go about doing this. Someone please help !!!!!

    ADG


  2. #2
    Join Date
    Apr 1999
    Posts
    383

    Re: OLE Drag & Drop - Really URGENT!!!

    Have a look at the 'Clipboard' section of this site.

    Dave


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