Click here to Skip to main content
15,901,871 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIs it Possible to monitor Actions Taken by a Third Party Software? Pin
Khoramdin30-Jan-07 11:03
Khoramdin30-Jan-07 11:03 
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 
No, I am not using any other flags in the sndPlaySound function. That seems to be working. What i am having a problem with (now that I look at it further), is in my ability to update the window as I need to. I am using a simple 'wait until X amount of time has passed', then I update some values, call Invalidate(); followed by a UpdateWindow().

This all works unless, in the middle of my function where I am drawing the window, the user clicks my window. Then, it doesn't update until the very end of the function and I am not sure why.

I originally thought that maybe having the sound play on another thread would help, but it isn't.
GeneralRe: multi-thread question, perhaps Pin
James R. Twine30-Jan-07 8:37
James R. Twine30-Jan-07 8:37 
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 

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.