Results 1 to 3 of 3

Thread: How to go to Form 2 from Form 1 by a button . VB.NET 2012

  1. #1

    Thread Starter
    Registered User
    Join Date
    Dec 2012
    Posts
    4

    How to go to Form 2 from Form 1 by a button . VB.NET 2012

    Hi,

    I have two forms in my VB.net 2012 . I want to go to form 2 from form 1 on click of a button. Kindly help!

    Please share with me the link for the best book for VB.NET 2012 - free download.


    Thanks,
    Sabarisri. N

  2. #2
    Fanatic Member
    Join Date
    Dec 2007
    Location
    West Yorkshire, UK
    Posts
    791

    Re: How to go to Form 2 from Form 1 by a button . VB.NET 2012

    Welcome to VBForums
    in form1, button_Click, put
    Code:
    form2.show()

  3. #3

    Thread Starter
    Registered User
    Join Date
    Dec 2012
    Posts
    4

    Re: How to go to Form 2 from Form 1 by a button . VB.NET 2012

    Hi,

    Thanks for your reply...

    Sabarisri N

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