what would be the code to make a button open up another form that is used in the same program?
Printable View
what would be the code to make a button open up another form that is used in the same program?
it will be some thing like this
Form2.show
Dim anotherform as form2
anotherform.show
Form1.visible = false
Form2.visible = true
frmname.show
yeah
thats a cool code eh?
I FIGURED IT OUT ALL BY MYSELf *sob* *sob* actually when i came accross the same problem thats how i figured it out