Click here to Skip to main content
15,885,825 members
Home / Discussions / C#
   

C#

 
Questiondatabase size not changed Pin
msrezapro22-Aug-09 15:02
msrezapro22-Aug-09 15:02 
AnswerRe: database size not changed Pin
Luc Pattyn22-Aug-09 15:19
sitebuilderLuc Pattyn22-Aug-09 15:19 
QuestionAppend cookies in httpwebrequest Pin
Evgeni5722-Aug-09 7:05
Evgeni5722-Aug-09 7:05 
Questiona c++ class library/dll in your c# project Pin
Natural_Demon22-Aug-09 5:58
Natural_Demon22-Aug-09 5:58 
AnswerRe: a c++ class library/dll in your c# project Pin
Hristo-Bojilov22-Aug-09 6:25
Hristo-Bojilov22-Aug-09 6:25 
GeneralRe: a c++ class library/dll in your c# project Pin
Natural_Demon22-Aug-09 6:32
Natural_Demon22-Aug-09 6:32 
GeneralRe: a c++ class library/dll in your c# project Pin
Hristo-Bojilov22-Aug-09 6:59
Hristo-Bojilov22-Aug-09 6:59 
QuestionBlock parent form Pin
Dominik Reichl22-Aug-09 4:21
Dominik Reichl22-Aug-09 4:21 
Hello,

I've got a main form and a status form. The status form is displayed non-modally (Show method), and updated using Application.DoEvents() while working on a bigger job.

Now the problem is that the main form is not blocked while performing the job. Both the status form and the main form can be focused. What I'd like to have is that the main form is blocked and redirects the focus to the status form, just like it would be the case for modal dialogs. Is this possible?

I tried setting the Owner property of the status form to the main form, but it didn't have any effect. The ParentForm property is read only, and the Parent property only applies to standard controls, not forms...

Thanks and best regards
Dominik

PS: Moving the job to another thread isn't possible.


Too many passwords to remember? Try KeePass Password Safe!

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 
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 

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.