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

C / C++ / MFC

 
QuestionMultimedia in MFC?? Pin
Rickard Andersson2012-Jun-01 6:24
Rickard Andersson2012-Jun-01 6:24 
AnswerRe: Multimedia in MFC?? Pin
RobJones12-Jun-01 7:16
RobJones12-Jun-01 7:16 
AnswerRe: Multimedia in MFC?? Pin
RobJones12-Jun-01 7:18
RobJones12-Jun-01 7:18 
GeneralRunning Programs & Waiting For Them To Finish Pin
Jason Teagle12-Jun-01 4:35
Jason Teagle12-Jun-01 4:35 
GeneralRe: Running Programs & Waiting For Them To Finish Pin
Tomasz Sowinski12-Jun-01 4:44
Tomasz Sowinski12-Jun-01 4:44 
GeneralRe: Running Programs & Waiting For Them To Finish Pin
Jason Teagle12-Jun-01 5:37
Jason Teagle12-Jun-01 5:37 
GeneralRe: Running Programs & Waiting For Them To Finish Pin
Tomasz Sowinski12-Jun-01 5:53
Tomasz Sowinski12-Jun-01 5:53 
GeneralRe: Running Programs & Waiting For Them To Finish Pin
Jason Teagle12-Jun-01 5:58
Jason Teagle12-Jun-01 5:58 
If I have to tell the main thread that the other app ended, doesn't that defeat the whole point of WaitForSingleObject()? I want the code to hang around waiting for this second app (child process) before it continues, with the exception of processing the special messages. Actually, that is another issue - how can it process ONLY non-UI messages? I don't want to allow buttons to be clicked, things to be typed, the app to be closed, etc. I DO want timers to go off, repainting to be done, and my special messages to be processed...

Perhaps I need to disable the main window of my application so the user can't interact, instead of trying to wait? That would still allow my special messages to be processed by the main frame (I think), and would solve this issue. But I still want to know how to do it properly...
GeneralRe: Running Programs & Waiting For Them To Finish Pin
Tomasz Sowinski12-Jun-01 6:11
Tomasz Sowinski12-Jun-01 6:11 
GeneralRe: Running Programs & Waiting For Them To Finish Pin
Stephen Kellett13-Jun-01 0:01
Stephen Kellett13-Jun-01 0:01 
GeneralRe: Running Programs & Waiting For Them To Finish Pin
Jason Teagle13-Jun-01 0:17
Jason Teagle13-Jun-01 0:17 
GeneralRe: Running Programs & Waiting For Them To Finish Pin
#realJSOP13-Jun-01 1:03
professional#realJSOP13-Jun-01 1:03 
GeneralRe: Running Programs & Waiting For Them To Finish Pin
Carlos Antollini12-Jun-01 4:55
Carlos Antollini12-Jun-01 4:55 
GeneralRe: Running Programs & Waiting For Them To Finish Pin
Jason Teagle12-Jun-01 5:41
Jason Teagle12-Jun-01 5:41 
GeneralRe: Running Programs & Waiting For Them To Finish Pin
Tomasz Sowinski12-Jun-01 5:02
Tomasz Sowinski12-Jun-01 5:02 
GeneralRe: Running Programs & Waiting For Them To Finish Pin
Jason Teagle12-Jun-01 5:43
Jason Teagle12-Jun-01 5:43 
Generalinternet address shortcut Pin
12-Jun-01 4:19
suss12-Jun-01 4:19 
GeneralRe: internet address shortcut Pin
Jason Teagle12-Jun-01 4:37
Jason Teagle12-Jun-01 4:37 
GeneralRe: internet address shortcut Pin
Carlos Antollini12-Jun-01 9:12
Carlos Antollini12-Jun-01 9:12 
GeneralRe: internet address shortcut Pin
12-Jun-01 19:55
suss12-Jun-01 19:55 
Generaletc. information Pin
12-Jun-01 3:59
suss12-Jun-01 3:59 
GeneralRe: etc. information Pin
Christian Graus12-Jun-01 11:57
protectorChristian Graus12-Jun-01 11:57 
GeneralITOA Pin
12-Jun-01 3:33
suss12-Jun-01 3:33 
GeneralRe: ITOA Pin
Michael P Butler12-Jun-01 3:42
Michael P Butler12-Jun-01 3:42 
GeneralRe: ITOA Pin
Tomasz Sowinski12-Jun-01 4:17
Tomasz Sowinski12-Jun-01 4:17 

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.