Results 1 to 2 of 2

Thread: Opening a form

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2001
    Posts
    335

    Opening a form

    How do u show a second form (form2)
    and hide the first one(form1)

    form2.show()
    form2.show
    none of the above work

    thanks for your time

  2. #2
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    this should work:


    VB Code:
    1. Dim frm as new form2
    2. frm.show()

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width