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

    Drag-drop...How?

    I want to drag and drop files onto my usercontrol. I want to know which eventhandler to write in this case and how to get file info in that handler?

    Help please

  2. #2
    Join Date
    Jan 2002
    Location
    Scaro, UK
    Posts
    5,940

    Re: Drag-drop...How?

    Have a look at my latest article :

    http://www.codeguru.com/Csharp/.NET/...icle.php/c8433

    This shows you how to deal with drag and drop. See the FileDragDropHandler class.

    Darwen.
    www.pinvoker.com - PInvoker - the .NET PInvoke Interface Exporter for C++ Dlls.

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