Drag&Drop onto Form without Controls
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am trying to create a dropzone form which is completely blank (No controls) so that I can drag and drop any file from the desktop onto the form which then moves the file from the desktop to the directory c:\dropzone All I can find so far is drag and drop with controls not just the form. Can anyone help with the VB.net code ?