Not sure what the issue is, I am working on a project in WPF, and have the following code for a OpenDB Button.click event handler:
Private Sub OpenDB_Click(sender As Object, e As RoutedEventArgs) Handles OpenDB.Click 'Allows user to choose which DB to open
Dim MyOFD As New...
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"...
So this is the code I'm working with:
dlgresult3 = MainWindow.OpenFileDialog1.ShowDialog()
MsgBox("Done")
It takes about 1-2 seconds for the dialog to fully open, which is about normal for my desktop (running windows 7). What I'm more concerned about is that on a cold start, when I select a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.