Re: launching multiple forms
- From: "Thom Little" <thom@xxxxxxxxxx>
- Date: Sat, 3 Sep 2005 23:43:43 -0400
In C#, the following will invoke a form Help.cs that is also included in the
same project ...
Form frm = new Help( );
frm.ShowDialog( );
--
-- Thom Little -- www.tlanet.net -- Thom Little Associates, Ltd.
--
"Carlos" <chsanin@xxxxxxxxxxxxx> wrote in message
news:u137iqOsFHA.1788@xxxxxxxxxxxxxxxxxxxxxxx
> Hi all,
>
> I am beginning to program the ppc, and I have written
> simple apps. However, I need to know how an application with more than 1
> form is implemented.
> (i..e how do I launch a new form from the initial
> form to provide a smoother application flow),
> Any code snippets will be great,
>
> Thanks in advance,
>
> Carlos
>
>
.
- References:
- launching multiple forms
- From: Carlos
- launching multiple forms
- Prev by Date: launching multiple forms
- Next by Date: use dxf in ppc2003
- Previous by thread: launching multiple forms
- Next by thread: use dxf in ppc2003
- Index(es):
Relevant Pages
|