modeless form using form.Show() method in C# 
Author Message
 modeless form using form.Show() method in C#

Hi, there,

When I use form.Show() to diaplay the form and run the C# application, the
form just stay for a short time and disappeared. Is there a way to keep the
form show by using form.Show() method?
Thanks.

-May



Tue, 28 Dec 2004 01:12:05 GMT  
 modeless form using form.Show() method in C#


Quote:
> Hi, there,

> When I use form.Show() to diaplay the form and run the C# application, the
> form just stay for a short time and disappeared. Is there a way to keep
the
> form show by using form.Show() method?
> Thanks.

public static void Main()
{
    Application.Run(new MainForm());

Quote:
}

HTH,
Tom Shelton


Mon, 27 Dec 2004 22:20:06 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Showing modeless form in VB ActiveX Dll

2. Show modeless form in VB ActiveX DLL from C++ MFC DLL

3. system.windows.forms.form.show()

4. Broken Show() and Hide() for Forms.Form.TabPage

5. How can I override the Form.Show method?

6. VB form -> C# form

7. how can show HTML documents in C# forms?

8. How Can Show HTML Documents in C# forms ?

9. Make Windows Form Application with VC++.NET 2002 using a visual form

10. UserControl does not show on running form and properies do not show

11. Using C# Class With A VB Windows Form?

12. C# ASP.NET Forms - Client Side Validation using Custom Validator Control

 

 
Powered by phpBB® Forum Software