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

C#

 
Questionsql server 2000 DataBase Backup Pin
Yathish hatter29-May-09 2:16
Yathish hatter29-May-09 2:16 
AnswerRe: sql server 2000 DataBase Backup Pin
Manas Bhardwaj29-May-09 2:25
professionalManas Bhardwaj29-May-09 2:25 
AnswerRe: sql server 2000 DataBase Backup Pin
Satish Pai29-May-09 2:36
Satish Pai29-May-09 2:36 
AnswerRe: sql server 2000 DataBase Backup Pin
I Believe In GOD29-May-09 2:50
I Believe In GOD29-May-09 2:50 
QuestionHow to know when a Message Box has been shown for a form? Pin
The NULL Developer29-May-09 1:52
professionalThe NULL Developer29-May-09 1:52 
QuestionRe: How to know when a Message Box has been shown for a form? Pin
Rajesh R Subramanian29-May-09 1:57
professionalRajesh R Subramanian29-May-09 1:57 
AnswerRe: How to know when a Message Box has been shown for a form? Pin
The NULL Developer29-May-09 2:12
professionalThe NULL Developer29-May-09 2:12 
GeneralRe: How to know when a Message Box has been shown for a form? Pin
Rajesh R Subramanian29-May-09 2:24
professionalRajesh R Subramanian29-May-09 2:24 
The NULL DeveloperI have some tasks which are done on the UI thread, and I have to show progress on a separate dialog, which is been shown on a worker thread.


This defeats the purpose of a worker thread (because it cannot happily do its work on the background), and defeats the purpose of having the main thread as an UI thread (which is a thread with a message pump and you have blocked it with some lengthy processing). Blocking the message pump is just atrocious.


The NULL DeveloperEvery thing is working fine, except for one glitch - if a message box is shown in the ...


No! The glitch is that you are blocking the application's message pump. Just please have the worker thread do the lengthy processing and let it also notify the UI of the progress.


It is a crappy thing, but it's life -^ Carlo Pallini

GeneralRe: How to know when a Message Box has been shown for a form? Pin
The NULL Developer29-May-09 2:37
professionalThe NULL Developer29-May-09 2:37 
GeneralRe: How to know when a Message Box has been shown for a form? Pin
DaveyM6929-May-09 2:34
professionalDaveyM6929-May-09 2:34 
GeneralRe: How to know when a Message Box has been shown for a form? Pin
The NULL Developer29-May-09 2:40
professionalThe NULL Developer29-May-09 2:40 
GeneralRe: How to know when a Message Box has been shown for a form? Pin
Dave Kreskowiak29-May-09 4:09
mveDave Kreskowiak29-May-09 4:09 
GeneralRe: How to know when a Message Box has been shown for a form? Pin
The NULL Developer2-Jun-09 1:42
professionalThe NULL Developer2-Jun-09 1:42 
GeneralRe: How to know when a Message Box has been shown for a form? Pin
Dave Kreskowiak2-Jun-09 1:47
mveDave Kreskowiak2-Jun-09 1:47 
AnswerRe: How to know when a Message Box has been shown for a form? Pin
Dave Kreskowiak29-May-09 2:00
mveDave Kreskowiak29-May-09 2:00 
QuestionC# Articles & Ruler Pin
Baeltazor29-May-09 1:34
Baeltazor29-May-09 1:34 
AnswerRe: C# Articles & Ruler Pin
Pete O'Hanlon29-May-09 1:47
mvePete O'Hanlon29-May-09 1:47 
GeneralRe: C# Articles & Ruler Pin
Luc Pattyn29-May-09 1:57
sitebuilderLuc Pattyn29-May-09 1:57 
GeneralRe: C# Articles & Ruler Pin
Baeltazor29-May-09 2:13
Baeltazor29-May-09 2:13 
AnswerRe: C# Articles & Ruler Pin
Satish Pai29-May-09 2:02
Satish Pai29-May-09 2:02 
AnswerRe: C# Articles & Ruler Pin
Baeltazor29-May-09 2:12
Baeltazor29-May-09 2:12 
QuestionInline If problem Pin
MarkB12329-May-09 1:09
MarkB12329-May-09 1:09 
AnswerRe: Inline If problem Pin
Pete O'Hanlon29-May-09 1:11
mvePete O'Hanlon29-May-09 1:11 
GeneralRe: Inline If problem Pin
MarkB12329-May-09 1:49
MarkB12329-May-09 1:49 
AnswerRe: Inline If problem Pin
stancrm29-May-09 1:13
stancrm29-May-09 1:13 

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.