Do you know of any examples ? or know where to start ?
I
ibexcentral
@ibexcentral
Posts
-
Fixed path for File Open/Save Dialog.... -
Fixed path for File Open/Save Dialog....Is it possible to fix the directory of the File Open/Save dialog and NOT allow the user to change it ? For example: c:\fixeddiretory
-
Fixed path for File Open/Save Dialog....Is it possible to fix the directory of the File Open/Save dialog and NOT allow the user to change it ? For example: c:\fixeddiretory
-
Drag&Drop onto Form without ControlsHi, 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 ?