Results 1 to 2 of 2

Thread: drag file content to another application

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2003
    Location
    Amsterdam, The Netherlands
    Posts
    53

    drag file content to another application

    I need to drag the contents of a file to another application, I have the filepath\name in a string, but I need to drag the contents of that file, not the filename..

    most likely I am overlooking something, but I cannot find anything on how to get that done..

    what I do now is:

    Code:
    lstRecCase.DoDragDrop(Chr(34) & plyPath & Chr(34), DragDropEffects.Copy)
    any help much appreciated!

  2. #2

    Thread Starter
    Member
    Join Date
    Nov 2003
    Location
    Amsterdam, The Netherlands
    Posts
    53
    In other words, how do I get .NET to act the same as explorer?

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