Results 1 to 3 of 3

Thread: open and close a form

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Toronto, Ontario, Canada
    Posts
    275

    open and close a form

    brand new to vb.net. what happend to unload me and form1.show ? and how do i acess controls across forms here is a b 6.0 code example : form2.label1.caption = 1

  2. #2
    Member
    Join Date
    Aug 2002
    Posts
    41
    for closing a form.. just say 'end'
    to show another form type:

    dim formname as new Form2
    form2.show

    something like that.. play around with it

    then u can say form2.button1.performclick

  3. #3
    New Member
    Join Date
    Sep 2002
    Location
    tennessee
    Posts
    7
    <formname>.activeform.hide()

    or

    <formname>.activeform.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