Re: Loading secondary form
- From: Ant <Ant@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 25 Jun 2005 23:44:01 -0700
Hi, I was just after the ability to load a form in C# which is what your
answer gave me. Thanks for your reply.
Regards
Ant
"Tim Wilson" wrote:
> Are you simply looking for syntax conversion?
>
> Form2 form2 = new Form2();
> form2.Show();
>
> --
> Tim Wilson
> ..Net Compact Framework MVP
>
> "Ant" <Ant@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:54873C14-4C88-49BA-94DC-5EB1C4BE37E6@xxxxxxxxxxxxxxxx
> > Hello,
> > How do you load a new secondary form in C#. This is the VB form style:
> > ' Declare & instantiate
> > Dim form2 As New Form2()
> > ' Then Show it
> > form2.Show()
> >
> > Thank you iin advance
> > Ant
> >
>
>
>
.
- References:
- Loading secondary form
- From: Ant
- Loading secondary form
- Prev by Date: Re: C++ vs.C# in a graphics app.
- Next by Date: Re: Timer
- Previous by thread: Loading secondary form
- Next by thread: C# and Excel
- Index(es):
Relevant Pages
|