Click here to Skip to main content
15,897,226 members
Home / Discussions / C#
   

C#

 
QuestionBlock parent form Pin
Dominik Reichl22-Aug-09 4:21
Dominik Reichl22-Aug-09 4:21 
AnswerRe: Block parent form Pin
Dominik Reichl22-Aug-09 6:18
Dominik Reichl22-Aug-09 6:18 
AnswerRe: Block parent form Pin
Natural_Demon22-Aug-09 6:19
Natural_Demon22-Aug-09 6:19 
GeneralRe: Block parent form Pin
Dominik Reichl22-Aug-09 6:49
Dominik Reichl22-Aug-09 6:49 
GeneralRe: Block parent form Pin
Natural_Demon22-Aug-09 7:07
Natural_Demon22-Aug-09 7:07 
AnswerRe: Block parent form Pin
Xmen Real 22-Aug-09 7:09
professional Xmen Real 22-Aug-09 7:09 
GeneralRe: Block parent form Pin
Dominik Reichl22-Aug-09 8:17
Dominik Reichl22-Aug-09 8:17 
AnswerRe: Block parent form Pin
Saksida Bojan22-Aug-09 12:02
Saksida Bojan22-Aug-09 12:02 
If you call sub form non-modally, it will run in diffrent thread. Why do you want to use non modally?

And if you want to block executing main form and wait till status form is finished, it is easy if you called it modally with ShowDialog() method.

And if you insist in non moddaly, make some static variable in status form boolean type, and in the main forum ovverride focused event

PS: Moddaly and non moddaly means only that it runs either in diffrent or same thread
GeneralRe: Block parent form Pin
Luc Pattyn22-Aug-09 13:29
sitebuilderLuc Pattyn22-Aug-09 13:29 
QuestionPermanent connection with webserver Pin
Xmen Real 22-Aug-09 3:15
professional Xmen Real 22-Aug-09 3:15 
AnswerRe: Permanent connection with webserver Pin
Natural_Demon22-Aug-09 6:30
Natural_Demon22-Aug-09 6:30 
GeneralRe: Permanent connection with webserver Pin
Xmen Real 22-Aug-09 7:04
professional Xmen Real 22-Aug-09 7:04 
GeneralRe: Permanent connection with webserver Pin
Dave Kreskowiak22-Aug-09 7:38
mveDave Kreskowiak22-Aug-09 7:38 
GeneralRe: Permanent connection with webserver Pin
Xmen Real 22-Aug-09 7:40
professional Xmen Real 22-Aug-09 7:40 
GeneralRe: Permanent connection with webserver Pin
Natural_Demon22-Aug-09 8:37
Natural_Demon22-Aug-09 8:37 
GeneralRe: Permanent connection with webserver Pin
Xmen Real 22-Aug-09 16:12
professional Xmen Real 22-Aug-09 16:12 
GeneralRe: Permanent connection with webserver Pin
Natural_Demon23-Aug-09 1:22
Natural_Demon23-Aug-09 1:22 
GeneralRe: Permanent connection with webserver Pin
Natural_Demon22-Aug-09 8:51
Natural_Demon22-Aug-09 8:51 
QuestionIHTMLElement onclick event method call Pin
yogesh_softworld12322-Aug-09 3:07
yogesh_softworld12322-Aug-09 3:07 
Questionfilling a form on internet ! Pin
sajjy22-Aug-09 2:31
sajjy22-Aug-09 2:31 
AnswerRe: filling a form on internet ! Pin
Natural_Demon22-Aug-09 9:12
Natural_Demon22-Aug-09 9:12 
AnswerRe: filling a form on internet ! Pin
jbc123-Aug-09 2:26
jbc123-Aug-09 2:26 
QuestionWhat is the best way to create background application? Pin
bonzaiholding22-Aug-09 0:39
bonzaiholding22-Aug-09 0:39 
AnswerRe: What is the best way to create background application? Pin
Saksida Bojan22-Aug-09 0:47
Saksida Bojan22-Aug-09 0:47 
GeneralRe: What is the best way to create background application? Pin
bonzaiholding22-Aug-09 0:55
bonzaiholding22-Aug-09 0:55 

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.