March 24, 200719 yr I need help with vb, How exactly would i go about loading one form out of multiple forms in a MDI window? i origanlly used: Private Sub Load_form1_Click() Load form1 Unload form2 Unload form3 Unload form4 Unload form5 Unload form6 End Sub But i found this lagged the computer too badly seeing there was over 20 forms. Any advice?
March 25, 200719 yr .visible = false would do the trick or you could make a button that has to be pressed to make them load up. It depends on what your project is.
March 25, 200719 yr .visible = false would do the trick Ah, yes .visible = false. :P My apologies, I haven't coded Visual Basic in a couple of years ever since I've moved onto C.
Create an account or sign in to comment