Connecting Tech Pros Worldwide Help | Site Map

calling a form from within a form

  #1  
Old April 4th, 2007, 01:35 PM
Charles Phelan
Guest
 
Posts: n/a
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


  #2  
Old April 4th, 2007, 02:25 PM
Dean Earley
Guest
 
Posts: n/a

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
  #3  
Old April 4th, 2007, 02:35 PM
Jan Hyde
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Showing a form from within a thread Jerry Spence1 answers 5 August 7th, 2006 09:45 PM
Writing to a label.text on form from within a module RD answers 5 November 21st, 2005 08:48 AM
Calling method in child form from MDI form?` VM answers 2 November 16th, 2005 05:17 AM
Is Access consistent with the order of events when opening a form from within a procedure? MLH answers 9 November 12th, 2005 06:04 PM