Click here to Skip to main content
15,914,780 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Recursive file listing Pin
Bob Stanneveld10-May-05 0:19
Bob Stanneveld10-May-05 0:19 
GeneralRe: Recursive file listing Pin
David Crow10-May-05 1:57
David Crow10-May-05 1:57 
GeneralRe: Recursive file listing Pin
Graham Bradshaw9-May-05 6:23
Graham Bradshaw9-May-05 6:23 
GeneralRe: Recursive file listing Pin
Kelly Herald9-May-05 17:32
Kelly Herald9-May-05 17:32 
GeneralRe: problem in capturing packet Pin
jmkhael9-May-05 6:12
jmkhael9-May-05 6:12 
GeneralRe: problem in capturing packet Pin
jmkhael9-May-05 22:15
jmkhael9-May-05 22:15 
GeneralWaitForSingleObject Pin
Alex_Y9-May-05 3:41
Alex_Y9-May-05 3:41 
GeneralRe: WaitForSingleObject Pin
Blake Miller9-May-05 5:02
Blake Miller9-May-05 5:02 
You need to use MsgWaitForSingleObject and if you get a windows message, you need to pump it through the UI thread's message handler. Use the result of MsgWaitForSingleObject call to determine if the action returning is failed, timeout, message, or event was triggered. Some synchronization objects also return abandoned.


GeneralRe: WaitForSingleObject Pin
Alex_Y9-May-05 6:59
Alex_Y9-May-05 6:59 
Generalc++ question. Please help Pin
Hoornet939-May-05 2:37
Hoornet939-May-05 2:37 
GeneralRe: c++ question. Please help Pin
BlackDice9-May-05 2:52
BlackDice9-May-05 2:52 
GeneralRe: c++ question. Please help Pin
Hoornet939-May-05 5:15
Hoornet939-May-05 5:15 
GeneralRe: c++ question. Please help Pin
BlackDice9-May-05 5:24
BlackDice9-May-05 5:24 
GeneralRe: c++ question. Please help Pin
Hoornet939-May-05 5:56
Hoornet939-May-05 5:56 
GeneralRe: c++ question. Please help Pin
BlackDice9-May-05 6:07
BlackDice9-May-05 6:07 
GeneralRe: c++ question. Please help Pin
David Crow9-May-05 2:53
David Crow9-May-05 2:53 
GeneralRe: c++ question. Please help Pin
namaskaaram9-May-05 2:55
namaskaaram9-May-05 2:55 
GeneralRe: c++ question. Please help Pin
Ansari A. Halim9-May-05 3:51
Ansari A. Halim9-May-05 3:51 
GeneralRe: c++ question. Please help Pin
Alex_Y9-May-05 4:08
Alex_Y9-May-05 4:08 
GeneralRe: c++ question. Please help Pin
David Crow9-May-05 5:01
David Crow9-May-05 5:01 
GeneralRe: c++ question. Please help Pin
Alex_Y9-May-05 6:58
Alex_Y9-May-05 6:58 
GeneralRe: c++ question. Please help Pin
Bob Stanneveld10-May-05 0:25
Bob Stanneveld10-May-05 0:25 
GeneralDirectShow - Buffer Pushing Techniques Pin
javatheist9-May-05 2:21
javatheist9-May-05 2:21 
GeneralGetting active control in a property page Pin
laiju9-May-05 1:41
laiju9-May-05 1:41 
GeneralRe: Getting active control in a property page Pin
David Crow9-May-05 2:07
David Crow9-May-05 2: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.