Results 1 to 2 of 2

Thread: [RESOLVED] Form Loading

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2005
    Location
    England
    Posts
    79

    Resolved [RESOLVED] Form Loading

    on Form1 I have a button, I want it so that when this button is clicked Form2 is loaded up. How can this be achieved?

    Cheers.

  2. #2
    Addicted Member
    Join Date
    Apr 2005
    Location
    Croatia
    Posts
    183

    Re: Form Loading

    VB Code:
    1. Dim Form2 as New Form2
    2. Form2.Show()
    It has been said that something as
    small as the flutter of a butterfly's
    wing can ultimately cause a typhoon
    halfway around the world...


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