i used the following code to show form2 but my controls aren't showing up. this code is in form1's command button.

dim form2 as new form
form2.show()


did i miss something?