Click here to Skip to main content
15,912,837 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: About DirectX Video Capture Pin
aloha181226-Apr-06 0:39
aloha181226-Apr-06 0:39 
QuestionMultithreading Pin
Waldermort27-Mar-06 1:36
Waldermort27-Mar-06 1:36 
AnswerRe: Multithreading Pin
sunit527-Mar-06 1:48
sunit527-Mar-06 1:48 
AnswerRe: Multithreading Pin
Justin Tay27-Mar-06 1:51
Justin Tay27-Mar-06 1:51 
GeneralRe: Multithreading Pin
Waldermort27-Mar-06 2:10
Waldermort27-Mar-06 2:10 
GeneralRe: Multithreading Pin
Waldermort27-Mar-06 2:17
Waldermort27-Mar-06 2:17 
GeneralRe: Multithreading Pin
Justin Tay27-Mar-06 2:33
Justin Tay27-Mar-06 2:33 
GeneralRe: Multithreading Pin
David Crow27-Mar-06 4:53
David Crow27-Mar-06 4:53 
waldermort wrote:
...most of the text's I have read say not to update the GUI from a thread.


True. This is why secondary threads should not use SendMessage() when communicating with the primary thread. It could very easily create a blocking situation. Using PostMessage() allows the secondary thread to continue to work regardless of what the primary thread is doing (e.g., responding to user input).


"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain

"There is no death, only a change of worlds." - Native American Proverb


GeneralRe: Multithreading Pin
Waldermort27-Mar-06 18:04
Waldermort27-Mar-06 18:04 
QuestionRe: Multithreading Pin
David Crow28-Mar-06 2:29
David Crow28-Mar-06 2:29 
AnswerRe: Multithreading Pin
El Corazon27-Mar-06 2:14
El Corazon27-Mar-06 2:14 
AnswerRe: Multithreading Pin
Michael Dunn27-Mar-06 9:00
sitebuilderMichael Dunn27-Mar-06 9:00 
QuestionHow to implement crop feature in VC++ Pin
snprani@yahoo.com27-Mar-06 1:29
snprani@yahoo.com27-Mar-06 1:29 
AnswerRe: How to implement crop feature in VC++ Pin
_AnsHUMAN_ 27-Mar-06 3:31
_AnsHUMAN_ 27-Mar-06 3:31 
QuestionAny reson why SelectObject would not work for new bitmap? Pin
Laughing Buddha27-Mar-06 0:15
Laughing Buddha27-Mar-06 0:15 
AnswerRe: How do I select a CBitmap into a dc? Pin
Hamid_RT27-Mar-06 0:26
Hamid_RT27-Mar-06 0:26 
AnswerRe: How do I select a CBitmap into a dc? Pin
Hamid_RT27-Mar-06 0:35
Hamid_RT27-Mar-06 0:35 
GeneralRe: How do I select a CBitmap into a dc? Pin
Laughing Buddha27-Mar-06 3:03
Laughing Buddha27-Mar-06 3:03 
QuestionA problem when port win32console C++ from vs2003 to 2005 Pin
tiancaidao26-Mar-06 23:03
tiancaidao26-Mar-06 23:03 
AnswerRe: A problem when port win32console C++ from vs2003 to 2005 Pin
Cedric Moonen26-Mar-06 23:40
Cedric Moonen26-Mar-06 23:40 
GeneralRe: A problem when port win32console C++ from vs2003 to 2005 Pin
tiancaidao27-Mar-06 0:41
tiancaidao27-Mar-06 0:41 
AnswerRe: A problem when port win32console C++ from vs2003 to 2005 Pin
oshah26-Mar-06 23:59
oshah26-Mar-06 23:59 
GeneralRe: A problem when port win32console C++ from vs2003 to 2005 Pin
tiancaidao27-Mar-06 0:43
tiancaidao27-Mar-06 0:43 
GeneralRe: A problem when port win32console C++ from vs2003 to 2005 Pin
tiancaidao27-Mar-06 0:47
tiancaidao27-Mar-06 0:47 
GeneralRe: A problem when port win32console C++ from vs2003 to 2005 Pin
tiancaidao27-Mar-06 1:01
tiancaidao27-Mar-06 1:01 

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.