Hi,
I' m still learning vb.net, sorry if I'm asking a styupid question ...
I want to clear the history in an open file dialog, so that previous opened files won't be shown if a user clicks on the
drop down arrow behind "File name".
I have created an open file dialog and named it "ofd_openen".
Then I 've tried:
ofd_Openen.SafeFileNames = False
and also
ofd_Openen.FileNames.Clear()
but that doesn't work.
Any suggestions will be appreciated!
I' m still learning vb.net, sorry if I'm asking a styupid question ...
I want to clear the history in an open file dialog, so that previous opened files won't be shown if a user clicks on the
drop down arrow behind "File name".
I have created an open file dialog and named it "ofd_openen".
Then I 've tried:
ofd_Openen.SafeFileNames = False
and also
ofd_Openen.FileNames.Clear()
but that doesn't work.
Any suggestions will be appreciated!