Question:

VB 2008 Question.?

by  |  earlier

0 LIKES UnLike

How would I make a button make another form pop up then make the first form close when the newer one opens?

Much love

 Tags:

   Report

1 ANSWERS


  1. form2.show()

    me.hide()

    or

    form2.show()

    me.visible = false

    u might need to put a bit of a pause in between um if so add this system.threading.thread.sleep(3000)

You're reading: VB 2008 Question.?

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.