Results 1 to 2 of 2

Thread: new to .net

  1. #1

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

    new to .net

    how do i open a close form?

  2. #2
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    518
    Assuming you have a frmSomeForm.vb file added to your project:

    In the current form, at the event or procedure you want to show the form:

    Dim frmNewSomeForm As New frmSomeForm
    frmNewSomeForm.Show()

    Have fun!

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