Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
AnswerRe: Showing MDIChild modally? Pin
Dave Kreskowiak13-Jul-05 5:08
mveDave Kreskowiak13-Jul-05 5:08 
GeneralRe: Showing MDIChild modally? Pin
zaboboa13-Jul-05 5:13
zaboboa13-Jul-05 5:13 
GeneralRe: Showing MDIChild modally? Pin
Dave Kreskowiak13-Jul-05 9:07
mveDave Kreskowiak13-Jul-05 9:07 
AnswerRe: Showing MDIChild modally? Pin
Zishan Haider13-Jul-05 19:28
Zishan Haider13-Jul-05 19:28 
Generaldataview tablestyle Pin
xrado13-Jul-05 2:31
xrado13-Jul-05 2:31 
GeneralHiding a winform just as it runs... Pin
Alberto Bar-Noy13-Jul-05 2:26
Alberto Bar-Noy13-Jul-05 2:26 
GeneralRe: Hiding a winform just as it runs... Pin
Dave Kreskowiak13-Jul-05 2:33
mveDave Kreskowiak13-Jul-05 2:33 
GeneralRe: Hiding a winform just as it runs... Pin
cmaissan13-Jul-05 13:06
cmaissan13-Jul-05 13:06 
When Application.Run(myForm) is called, myForm is made visible. By this point the form has already been created and therefore its constructor and the InitializeComponent() method have already been called.

Use Application.Run() instead of Application.Run(myForm). This will start the message loop without making any form visible. You will likely then want to add Application.ExitThread() to an event handler for the Closed event of your main form.

-Chris
Generalautomate Word document as out-of-process Pin
ppp00113-Jul-05 1:31
ppp00113-Jul-05 1:31 
GeneralCLR Triggers Pin
Vinkum12-Jul-05 23:26
Vinkum12-Jul-05 23:26 
GeneralWindows service + access to network share Pin
mungojerrie212-Jul-05 22:56
mungojerrie212-Jul-05 22:56 
GeneralRe: Windows service + access to network share Pin
Dave Kreskowiak13-Jul-05 2:31
mveDave Kreskowiak13-Jul-05 2:31 
QuestionHow to Draw String Pin
Rassul Yunussov12-Jul-05 22:23
Rassul Yunussov12-Jul-05 22:23 
AnswerRe: How to Draw String Pin
Sau Fan Lee13-Jul-05 15:00
Sau Fan Lee13-Jul-05 15:00 
GeneralRe: How to Draw String Pin
Rassul Yunussov13-Jul-05 18:50
Rassul Yunussov13-Jul-05 18:50 
GeneralRe: How to Draw String Pin
grim_zax14-Jul-05 13:08
grim_zax14-Jul-05 13:08 
GeneralRe: How to Draw String Pin
Rassul Yunussov14-Jul-05 19:08
Rassul Yunussov14-Jul-05 19:08 
Generalclasses Pin
12-Jul-05 21:39
suss12-Jul-05 21:39 
GeneralRe: classes Pin
J4amieC12-Jul-05 22:06
J4amieC12-Jul-05 22:06 
GeneralRe: classes Pin
sosodev12-Jul-05 22:17
sosodev12-Jul-05 22:17 
GeneralRe: classes Pin
enjoycrack12-Jul-05 22:09
enjoycrack12-Jul-05 22:09 
GeneralRe: classes Pin
sosodev12-Jul-05 23:03
sosodev12-Jul-05 23:03 
GeneralIntegrate WIndows Service and my application project Pin
ksanju100012-Jul-05 20:42
ksanju100012-Jul-05 20:42 
GeneralWindows Service in Windows XP Pin
ksanju100012-Jul-05 20:40
ksanju100012-Jul-05 20:40 
GeneralRe: Windows Service in Windows XP Pin
Dave Kreskowiak13-Jul-05 2:29
mveDave Kreskowiak13-Jul-05 2:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.