Search results for query: *

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

    Help!!!! where's the design tab?

    Well, the problem in my case might have been that I was adding code to the *.designer.vb file instead of to the *.vb file. I don't know why I was doing that - I added a button, double clicked it to add code, and that's where it had me adding code. I recreated the project from scratch and I now...
  3. F

    Help!!!! where's the design tab?

    All of those solutions sound great in theory, but none of them work for me, and I have the same problem. I created a form, designed a window, and when I opened it up again the design window was nowhere to be seen. I'm new to this IDE and Visual Basic, so I'm not exactly sure what I'm doing...
Back
Top