Search results for query: *

  • Users: frogitts
  • Content: Threads
  • Order by date
  1. 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