|
||||||||||||||||||||
system.windows.forms.form.show
|
Author | Message |
---|---|
![]() Hi, there, After I create a form instance: form1 = new System.Windows.Forms.Form(); I Thanks. -May |
|
Wed, 12 Jan 2005 08:16:13 GMT | |
![]() |
|
![]() Sounds like you do not have the application object running. The
Application.Run must be called passing a main form to it. Or you must create an ApplicationContext and pass that and set the main form of the ApplicationContext at some other time. With out the Application.Run being called there is no MessageLoop and the events will not fire because no messages are being processed. Regards, Jason Sacks *** Sent via Developersdex http://www.developersdex.com *** |
|
Wed, 12 Jan 2005 07:44:47 GMT | |
Page 1 of 1 |
[ 2 post ] |