PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
Open form
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Framework Forms
Open form
![]() |
Open form |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
How do I open a winform from another winform?
|
|
|
|
#2 |
|
Guest
Posts: n/a
|
You'll need to create an instance of it and then call it's Show or
ShowDialog method. [VB] Dim f as New Form2() f.Show() [C#] Form2 f = new Form2(); f.Show(); -- Tim Wilson ..Net Compact Framework MVP "Arne" <Arne@discussions.microsoft.com> wrote in message news:4BF68ABB-35AB-4600-B07F-7030E3A7C6EA@microsoft.com... > How do I open a winform from another winform? |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

