Click here to Skip to main content
15,895,370 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Is it Possible to monitor Actions Taken by a Third Party Software? Pin
James R. Twine30-Jan-07 11:16
James R. Twine30-Jan-07 11:16 
AnswerRe: Is it Possible to monitor Actions Taken by a Third Party Software? Pin
benjymous30-Jan-07 21:49
benjymous30-Jan-07 21:49 
Questionmulti-thread question, perhaps Pin
goodoljosh198030-Jan-07 7:56
goodoljosh198030-Jan-07 7:56 
AnswerRe: multi-thread question, perhaps Pin
James R. Twine30-Jan-07 8:13
James R. Twine30-Jan-07 8:13 
GeneralRe: multi-thread question, perhaps Pin
goodoljosh198030-Jan-07 8:16
goodoljosh198030-Jan-07 8:16 
GeneralRe: multi-thread question, perhaps Pin
James R. Twine30-Jan-07 8:23
James R. Twine30-Jan-07 8:23 
GeneralRe: multi-thread question, perhaps Pin
goodoljosh198030-Jan-07 8:30
goodoljosh198030-Jan-07 8:30 
GeneralRe: multi-thread question, perhaps Pin
James R. Twine30-Jan-07 8:37
James R. Twine30-Jan-07 8:37 
   If your "wait until X amount of time has passed" implementation is a blocking one, like calling Sleep(...) or going into a spin, you will not be able to pump any messages, so you will not get the Paint message to update the screen.

   For example, if you are trying to do some cheap animation using old-school-style techniques in a loop, it will not work the same under Windows.

   If you are doing the above, you can change your wait to use a Timer message, and then when the timer message fires, you can do your updates.

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

GeneralRe: multi-thread question, perhaps Pin
goodoljosh198030-Jan-07 8:40
goodoljosh198030-Jan-07 8:40 
GeneralRe: multi-thread question, perhaps Pin
James R. Twine30-Jan-07 11:18
James R. Twine30-Jan-07 11:18 
AnswerRe: multi-thread question, perhaps Pin
goodoljosh19801-Feb-07 0:59
goodoljosh19801-Feb-07 0:59 
QuestionHow to get all the hardware configuration details using VC++? Pin
V.Natarajan30-Jan-07 7:44
V.Natarajan30-Jan-07 7:44 
QuestionRe: How to get all the hardware configuration details using VC++? Pin
David Crow30-Jan-07 7:48
David Crow30-Jan-07 7:48 
AnswerRe: How to get all the hardware configuration details using VC++? Pin
V.Natarajan30-Jan-07 8:08
V.Natarajan30-Jan-07 8:08 
GeneralRe: How to get all the hardware configuration details using VC++? Pin
David Crow30-Jan-07 8:16
David Crow30-Jan-07 8:16 
AnswerRe: How to get all the hardware configuration details using VC++? Pin
Hamid_RT30-Jan-07 18:20
Hamid_RT30-Jan-07 18:20 
QuestionPrivate/internal classes - opinions? Pin
charlieg30-Jan-07 7:29
charlieg30-Jan-07 7:29 
AnswerRe: Private/internal classes - opinions? Pin
led mike30-Jan-07 11:11
led mike30-Jan-07 11:11 
GeneralRe: Private/internal classes - opinions? Pin
charlieg30-Jan-07 14:03
charlieg30-Jan-07 14:03 
GeneralRe: Private/internal classes - opinions? Pin
led mike31-Jan-07 5:43
led mike31-Jan-07 5:43 
AnswerRe: Private/internal classes - opinions? Pin
Dennis Gourjii30-Jan-07 12:00
Dennis Gourjii30-Jan-07 12:00 
AnswerRe: Private/internal classes - opinions? Pin
charlieg1-Feb-07 8:40
charlieg1-Feb-07 8:40 
QuestionVisual C++ ... Visual Basic ... Visual C# [modified] Pin
Khoramdin30-Jan-07 7:18
Khoramdin30-Jan-07 7:18 
AnswerRe: Visual C++ ... Visual Basic ... Visual C# Pin
Hamid_RT30-Jan-07 7:28
Hamid_RT30-Jan-07 7:28 
AnswerRe: Visual C++ ... Visual Basic ... Visual C# Pin
Christian Graus30-Jan-07 9:20
protectorChristian Graus30-Jan-07 9:20 

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.