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

Thread: Drag and Drop

  1. #1
    Join Date
    Jul 1999
    Posts
    34

    Drag and Drop

    I need to drag and drop something that is on another program (little window on another program)
    Please help

    Thank You


  2. #2
    Join Date
    Jul 1999
    Location
    Athens, Hellas
    Posts
    769

    Re: Drag and Drop

    You should try to check the OLE drag and drop events and NOT the drag & drop events! In order to help you, tell me which controls you use (eg you would like to drag an item from a listview control to another one or maybe to picturebox).

    Michael Vlastos
    Company MODUS SA
    Development Department
    Athens, Greece
    Tel: +3-01-9414900

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