Connecting Tech Pros Worldwide Forums | Help | Site Map

calling a form from within a form

Charles Phelan
Guest
 
Posts: n/a
#1: Apr 4 '07
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
Guest
 
Posts: n/a
#2: Apr 4 '07

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
Guest
 
Posts: n/a
#3: Apr 4 '07

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


Closed Thread