After making your form (say form2) in the code of form1 place:
Dim form2 as new form2
Then you'll have access to form2 from form1. Such as being able to use:
form2.show()
form2.hide()
Hope this helps.
~Kc
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.