Click here to Skip to main content
15,914,255 members
Home / Discussions / C#
   

C#

 
GeneralRe: How can I access to objects in a third-party application? Pin
Richard MacCutchan25-Aug-09 10:12
mveRichard MacCutchan25-Aug-09 10:12 
QuestionProducing video Pin
Muammar©22-Aug-09 23:14
Muammar©22-Aug-09 23:14 
Question64bit woes Pin
mav.northwind22-Aug-09 23:05
mav.northwind22-Aug-09 23:05 
AnswerRe: 64bit woes Pin
Luc Pattyn22-Aug-09 23:33
sitebuilderLuc Pattyn22-Aug-09 23:33 
GeneralRe: 64bit woes Pin
mav.northwind22-Aug-09 23:56
mav.northwind22-Aug-09 23:56 
Questionlast record is not deleted Pin
mahdi198422-Aug-09 21:10
mahdi198422-Aug-09 21:10 
QuestionWhat is the method in C# like the method - "repaint()" in JAVA??? Pin
TAFIN22-Aug-09 20:11
TAFIN22-Aug-09 20:11 
AnswerRe: What is the method in C# like the method - "repaint()" in JAVA??? Pin
stancrm22-Aug-09 20:19
stancrm22-Aug-09 20:19 
GeneralRe: What is the method in C# like the method - "repaint()" in JAVA??? Pin
TAFIN22-Aug-09 20:31
TAFIN22-Aug-09 20:31 
GeneralRe: What is the method in C# like the method - "repaint()" in JAVA??? Pin
OriginalGriff22-Aug-09 21:09
mveOriginalGriff22-Aug-09 21:09 
GeneralRe: What is the method in C# like the method - "repaint()" in JAVA??? Pin
TAFIN22-Aug-09 21:40
TAFIN22-Aug-09 21:40 
GeneralRe: What is the method in C# like the method - "repaint()" in JAVA??? Pin
OriginalGriff22-Aug-09 21:54
mveOriginalGriff22-Aug-09 21:54 
GeneralRe: What is the method in C# like the method - "repaint()" in JAVA??? Pin
TAFIN22-Aug-09 22:28
TAFIN22-Aug-09 22:28 
AnswerRe: What is the method in C# like the method - "repaint()" in JAVA??? Pin
Hristo-Bojilov22-Aug-09 22:51
Hristo-Bojilov22-Aug-09 22:51 
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 

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.