PC Review


Reply
Thread Tools Rate Thread

Displaying a form

 
 
RichGK
Guest
Posts: n/a
 
      22nd Feb 2007
I have a form that I want to display when a menu item is selected.
However the form created doesn't have a method that relates to
displaying it. ie Open or Display.

How does one do this?

 
Reply With Quote
 
 
 
 
PokerMan
Guest
Posts: n/a
 
      22nd Feb 2007
Forms are displayed with

myForm.Show();

"RichGK" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have a form that I want to display when a menu item is selected.
> However the form created doesn't have a method that relates to
> displaying it. ie Open or Display.
>
> How does one do this?
>



 
Reply With Quote
 
=?Utf-8?B?Q2hyaXM=?=
Guest
Posts: n/a
 
      22nd Feb 2007
Something like this:

Form2 frm = new Form2();
frm.show();


"PokerMan" wrote:

> Forms are displayed with
>
> myForm.Show();
>
> "RichGK" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> >I have a form that I want to display when a menu item is selected.
> > However the form created doesn't have a method that relates to
> > displaying it. ie Open or Display.
> >
> > How does one do this?
> >

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying information in one form related to info in another form Mark909 Microsoft Access 2 17th Mar 2009 06:13 PM
Same field on secondary form displaying info from primary form. =?Utf-8?B?RGF2aWQgSi4=?= Microsoft Access Forms 2 12th Apr 2007 02:56 PM
Displaying text on a form form a umanaged callback C++/C# problem bob Microsoft VC .NET 0 26th Jun 2005 02:31 PM
Popup form not displaying controls, displays calling form that it is hovering over instead =?Utf-8?B?U3VlIFRob21hcw==?= Microsoft Access Forms 0 25th Jan 2004 03:56 AM
Parent Form Displaying Once Per Record In Child Form. MDW Microsoft Access Forms 3 22nd Sep 2003 06:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:24 AM.