Re: launching multiple forms



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
>
>


.



Relevant Pages

  • Using assemlby without depending on it
    ... manually called GetMethd, GetProperty(), and Invoke for every value I ... Bill ... Prev by Date: ...
    (microsoft.public.dotnet.framework)
  • Re: Recursive functions and Icarus Verilog
    ... It is actually unusual to need to invoke the same function or task at ... is not usually much reason for doing this. ... different modules are calling different instances of the task, ... Prev by Date: ...
    (comp.lang.verilog)
  • invocant
    ... When you invoke a method, the first argument to the method equal to the method's invocant is automatically inserted. ... Take the tour ... Prev by Date: ...
    (perl.beginners)
  • Re: Wie threade ich eine Funktion als Array?
    ... nimm einen Delagten und "invoke" das Schreiben! ... Peter ... Prev by Date: ...
    (microsoft.public.de.german.entwickler.dotnet.vb)