Sign In | Register Now About Bytes | Help | Site Map
Connecting Tech Pros Worldwide

calling a form from within a form

Question posted by: Charles Phelan (Guest) on April 4th, 2007 12:35 PM
I really simple question that I can seem to get a grasp one.

I start an VB project. VB creats a form1

I place a button on form1 to call another form that I created form2

what is the code I have to put in the button to call this form2

I've read everything I have got my hands on and this simple guestion still
stumps me

Thanks in advance

Charlie


Dean Earley's Avatar
Dean Earley
Guest
n/a Posts
April 4th, 2007
01:25 PM
#2

Re: calling a form from within a form
Charles Phelan wrote:
Quote:
I really simple question that I can seem to get a grasp one.
>
I start an VB project. VB creats a form1
>
I place a button on form1 to call another form that I created form2
>
what is the code I have to put in the button to call this form2
>
I've read everything I have got my hands on and this simple guestion still
stumps me


form2.show

--
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team

iCode Systems

Jan Hyde's Avatar
Jan Hyde
Guest
n/a Posts
April 4th, 2007
01:35 PM
#3

Re: calling a form from within a form
"Charles Phelan" <cphelan728@earthlink.net>'s wild thoughts
were released on Wed, 04 Apr 2007 12:33:29 GMT bearing the
following fruit:
Quote:
>I really simple question that I can seem to get a grasp one.
>
>I start an VB project. VB creats a form1
>
>I place a button on form1 to call another form that I created form2
>
>what is the code I have to put in the button to call this form2
>
>I've read everything I have got my hands on and this simple guestion still
>stumps me


Form2.Show



 
Not the answer you were looking for? Post your question . . .
190,472 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
  • Didn't find the answer you were looking for?
    Post Your Question
  • Top Community Contributors