openfiledialog

  1. C

    WPF OpenFileDialog runs twice?

    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...
  2. B

    Question clear history in open file dialog

    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"...
  3. F

    Question Why is the ShowDialog method so slow?

    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...
Back
Top