ss7thirty
Well-known member
I am having trouble having a new form pop-up without being blank for some reason. I create the new form with just a simple listbox that i want to have on it. And on form1 when you click an option in the main menu form2 is supposed to pop up
I alread have form2 drawn out and form1 is all done also. So in the event that menu item 2 it clicked i write:
Dim form2 as new form2()
form2.show()
and then i create all the controls that i want on form2 as you would when creating any form. But when the program runs the form shows up blank when i click that option.
CAN ANYONE TELL ME HOW TO FIX THIS PROBLEM?
I alread have form2 drawn out and form1 is all done also. So in the event that menu item 2 it clicked i write:
Dim form2 as new form2()
form2.show()
and then i create all the controls that i want on form2 as you would when creating any form. But when the program runs the form shows up blank when i click that option.
CAN ANYONE TELL ME HOW TO FIX THIS PROBLEM?
Last edited: