showdialog

  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. T

    Question Modal / Modeless Forms...

    Hi, This is my first post - I'll keep it nice and easy... :cool: Basically... I've got the following forms: SearchItemForm and ViewItemForm. SearchItemForm allows users to search for items within the system and displays the results in a list. Item information is shown via ViewItemForm, which...
  3. P

    How do i get my form to change between different "pages" like in Java's cardlayout?

    How do i get my form to change between different "pages" like in Java's cardlayout? Hi! I am creating a VB.net program that should control som lab equipment. The user should be able to: - Create a new project, to start a new test session - Open a project, to start from an ongoing test. The...
Back
Top