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

C / C++ / MFC

 
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


GeneralRe: Knowing when a dos command ended Pin
Rage3-Jun-03 5:33
professionalRage3-Jun-03 5:33 
GeneralRe: Knowing when a dos command ended Pin
David Crow3-Jun-03 6:29
David Crow3-Jun-03 6:29 
GeneralCHtmlView events Pin
joblemar3-Jun-03 3:24
sussjoblemar3-Jun-03 3:24 
GeneralRe: CHtmlView events Pin
Joan M3-Jun-03 22:52
professionalJoan M3-Jun-03 22:52 
QuestionHow to save the drawing as a bitmap? Pin
stanley guan3-Jun-03 3:16
stanley guan3-Jun-03 3:16 
QuestionHow do I read file until 0 bytes left. Pin
IrishSonic3-Jun-03 3:02
IrishSonic3-Jun-03 3:02 
AnswerRe: How do I read file until 0 bytes left. Pin
David Crow3-Jun-03 3:05
David Crow3-Jun-03 3:05 
AnswerRe: How do I read file until 0 bytes left. Pin
Trollslayer3-Jun-03 4:05
mentorTrollslayer3-Jun-03 4:05 
GeneralRe: How do I read file until 0 bytes left. Pin
IrishSonic3-Jun-03 4:28
IrishSonic3-Jun-03 4:28 
Questionhow to add Mouse Buttons in C++.NET Pin
mr20033-Jun-03 2:29
mr20033-Jun-03 2:29 
AnswerRe: how to add Mouse Buttons in C++.NET Pin
MemLeak3-Jun-03 2:44
MemLeak3-Jun-03 2:44 
AnswerRe: how to add Mouse Buttons in C++.NET Pin
Xander803-Jun-03 2:47
Xander803-Jun-03 2:47 
GeneralCFormView key control Pin
doctorpi3-Jun-03 2:26
doctorpi3-Jun-03 2:26 
GeneralRe: CFormView key control Pin
Rage3-Jun-03 3:40
professionalRage3-Jun-03 3:40 
GeneralRe: CFormView key control Pin
doctorpi3-Jun-03 4:13
doctorpi3-Jun-03 4:13 
GeneralRe: CFormView key control Pin
Roger Allen3-Jun-03 6:11
Roger Allen3-Jun-03 6:11 
GeneralDelphi to C++ on 2 machines via TCPIP Pin
Bigsteiny3-Jun-03 1:56
Bigsteiny3-Jun-03 1:56 

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.