How can I drag a file into a textbox, and then it will show the directory of that file. It seems pretty simple, since its a drag and drop kind of thing.

Thanks

link|improve this question

61% accept rate
feedback

1 Answer

up vote 0 down vote accepted

You should have a look at this msdn article http://msdn.microsoft.com/en-us/library/aa289508%28VS.71,loband%29.aspx

it explains what you need to do to enable drag & drop

Here is an example of what you need to do on my blog:

http://www.antiyes.com/vb-drag-drop-files

link|improve this answer
it shows you how to enable drag and drop, but it doesn't show how to display the directory of that file. – lab12 Nov 21 '09 at 3:48
Under the dragging files section of that document it shows you how to get the files that have been dropped. That should be enough to get the file paths. – John Boker Nov 21 '09 at 4:32
If I'm working with the Textbox part of the that document, since it tells me to use two textboxes, how would I do this with one? – lab12 Nov 21 '09 at 5:07
see antiyes.com/vb-drag-drop-files – John Boker Nov 21 '09 at 16:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.