Click here to Skip to main content
15,921,716 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Interprocess communication Pin
Rage3-Jun-03 5:28
professionalRage3-Jun-03 5:28 
GeneralArray Timings. Pin
73Zeppelin3-Jun-03 5:10
73Zeppelin3-Jun-03 5:10 
GeneralRe: Array Timings. Pin
valikac3-Jun-03 7:50
valikac3-Jun-03 7:50 
QuestionListCtrl - Put a imagem background ?? Pin
Cris3-Jun-03 4:55
Cris3-Jun-03 4:55 
AnswerRe: ListCtrl - Put a imagem background ?? Pin
Rage3-Jun-03 5:09
professionalRage3-Jun-03 5:09 
GeneralRe: ListCtrl - Put a imagem background ?? Pin
Cris3-Jun-03 9:42
Cris3-Jun-03 9:42 
GeneralRe: ListCtrl - Put a imagem background ?? Pin
Franz Granlund4-Jun-03 0:44
Franz Granlund4-Jun-03 0:44 
GeneralRe: ListCtrl - Put a imagem background ?? Pin
Cris4-Jun-03 2:04
Cris4-Jun-03 2:04 
GeneralRe: ListCtrl - Put a imagem background ?? Pin
Franz Granlund5-Jun-03 2:10
Franz Granlund5-Jun-03 2:10 
GeneralRe: ListCtrl - Put a imagem background ?? Pin
Cris5-Jun-03 2:39
Cris5-Jun-03 2:39 
GeneralRe: ListCtrl - Put a imagem background ?? Pin
Franz Granlund5-Jun-03 20:21
Franz Granlund5-Jun-03 20:21 
GeneralHooking windows Pin
LukeV3-Jun-03 4:34
LukeV3-Jun-03 4:34 
GeneralRe: Hooking windows Pin
Rage3-Jun-03 5:07
professionalRage3-Jun-03 5:07 
GeneralCreating Fonts Pin
Sreeramachandra3-Jun-03 4:26
Sreeramachandra3-Jun-03 4:26 
GeneralUsing a timer Pin
act_x3-Jun-03 4:25
act_x3-Jun-03 4:25 
GeneralRe: Using a timer Pin
Rage3-Jun-03 5:16
professionalRage3-Jun-03 5:16 
GeneralRe: Using a timer Pin
act_x3-Jun-03 5:25
act_x3-Jun-03 5:25 
GeneralRe: Using a timer Pin
Rage3-Jun-03 5:30
professionalRage3-Jun-03 5:30 
QuestionHow to change the caption Pin
Vassili3-Jun-03 4:25
Vassili3-Jun-03 4:25 
AnswerRe: How to change the caption Pin
Dominik Reichl3-Jun-03 4:44
Dominik Reichl3-Jun-03 4:44 
GeneralKnowing when a dos command ended Pin
Shay Harel3-Jun-03 3:27
Shay Harel3-Jun-03 3:27 
GeneralRe: Knowing when a dos command ended Pin
Rage3-Jun-03 3:32
professionalRage3-Jun-03 3:32 
GeneralRe: Knowing when a dos command ended Pin
Anders Molin3-Jun-03 4:39
professionalAnders Molin3-Jun-03 4:39 
GeneralRe: Knowing when a dos command ended Pin
Rage3-Jun-03 5:00
professionalRage3-Jun-03 5:00 
GeneralRe: Knowing when a dos command ended Pin
Ryan_Roberts3-Jun-03 5:24
Ryan_Roberts3-Jun-03 5:24 
Yup. But using a kernel wait instead of a busy wait would be much nicer for your CPU.

If you want your application to continue to respond to input, then you should use MsgWaitForMultipleObjects() with a message pump. This lets your application respond to input and paint messages while waiting for an event to become signaled.

Ryan


"Everybody has a right to be stupid, but
some people abuse the privilege."

Uncle Joe Stalin


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.