Click here to Skip to main content
15,896,118 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSaving question Pin
DanYELL11-Dec-06 6:20
DanYELL11-Dec-06 6:20 
AnswerRe: Saving question Pin
Sam Hobbs11-Dec-06 18:56
Sam Hobbs11-Dec-06 18:56 
QuestionMFC UI Threads Pin
rrrado11-Dec-06 5:19
rrrado11-Dec-06 5:19 
AnswerRe: MFC UI Threads Pin
Mark Salsbery11-Dec-06 5:33
Mark Salsbery11-Dec-06 5:33 
GeneralRe: MFC UI Threads Pin
rrrado11-Dec-06 5:42
rrrado11-Dec-06 5:42 
GeneralRe: MFC UI Threads Pin
Mark Salsbery11-Dec-06 6:09
Mark Salsbery11-Dec-06 6:09 
GeneralRe: MFC UI Threads Pin
rrrado11-Dec-06 6:48
rrrado11-Dec-06 6:48 
GeneralRe: MFC UI Threads [modified] Pin
Mark Salsbery11-Dec-06 7:04
Mark Salsbery11-Dec-06 7:04 
I see what you mean. The secondary window shouldn't be a child of a window in a different
thread I suppose, so it shouldn't be a child window. Still it doesn't make sense that the main
thread is processing the child dialog's messages if the child dialog was created on a different
thread.

What is this "forever loop"? You are in an endless loop on the same thread as your UI?
Are you sure you're not just hogging too much CPU time of the thread's
timeslice in this loop?



-- modified at 13:33 Monday 11th December, 2006
Re-worded
GeneralRe: MFC UI Threads Pin
rrrado11-Dec-06 7:37
rrrado11-Dec-06 7:37 
GeneralRe: MFC UI Threads Pin
Mark Salsbery11-Dec-06 7:09
Mark Salsbery11-Dec-06 7:09 
AnswerRe: MFC UI Threads Pin
Michael Dunn11-Dec-06 7:17
sitebuilderMichael Dunn11-Dec-06 7:17 
GeneralRe: THANK YOU Pin
rrrado11-Dec-06 7:35
rrrado11-Dec-06 7:35 
AnswerRe: MFC UI Threads Pin
Sunil P V11-Dec-06 18:46
Sunil P V11-Dec-06 18:46 
QuestionLooking for Charting Packages Pin
Jethro6311-Dec-06 4:08
Jethro6311-Dec-06 4:08 
QuestionOnMouseWheel() vs OnVScroll() Pin
Jesper Knudsen11-Dec-06 3:49
Jesper Knudsen11-Dec-06 3:49 
AnswerRe: OnMouseWheel() vs OnVScroll() [modified] Pin
prasad_som11-Dec-06 4:41
prasad_som11-Dec-06 4:41 
GeneralRe: OnMouseWheel() vs OnVScroll() Pin
Jesper Knudsen13-Dec-06 0:50
Jesper Knudsen13-Dec-06 0:50 
QuestionProfiling MFC Windows App Pin
Andrew Hoole11-Dec-06 2:53
Andrew Hoole11-Dec-06 2:53 
AnswerRe: Profiling MFC Windows App Pin
Maximilien11-Dec-06 3:05
Maximilien11-Dec-06 3:05 
GeneralRe: Profiling MFC Windows App Pin
Andrew Hoole11-Dec-06 3:48
Andrew Hoole11-Dec-06 3:48 
QuestionRe: Profiling MFC Windows App Pin
David Crow11-Dec-06 4:31
David Crow11-Dec-06 4:31 
Questionchange style of Tab Control in property sheet Pin
Manjunath S11-Dec-06 2:26
Manjunath S11-Dec-06 2:26 
AnswerRe: change style of Tab Control in property sheet Pin
Michael Dunn11-Dec-06 7:19
sitebuilderMichael Dunn11-Dec-06 7:19 
GeneralRe: change style of Tab Control in property sheet Pin
Mark Salsbery11-Dec-06 7:40
Mark Salsbery11-Dec-06 7:40 
GeneralRe: change style of Tab Control in property sheet Pin
Michael Dunn11-Dec-06 9:07
sitebuilderMichael Dunn11-Dec-06 9:07 

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.