Click here to Skip to main content
15,891,248 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do I process "ALT + ENTER" in Win32 C++ programming? Pin
Mark Salsbery26-Jul-07 14:49
Mark Salsbery26-Jul-07 14:49 
GeneralRe: How do I process "ALT + ENTER" in Win32 C++ programming? Pin
Furrage26-Jul-07 15:01
Furrage26-Jul-07 15:01 
GeneralRe: How do I process "ALT + ENTER" in Win32 C++ programming? Pin
Mark Salsbery26-Jul-07 15:58
Mark Salsbery26-Jul-07 15:58 
QuestionQuestion about Recording from Microphone Pin
godspeed12326-Jul-07 11:37
godspeed12326-Jul-07 11:37 
AnswerRe: Question about Recording from Microphone Pin
Mark Salsbery26-Jul-07 13:06
Mark Salsbery26-Jul-07 13:06 
QuestionProgram crash while accessing OnPaint() from a thread!! Pin
Kiran Satish26-Jul-07 10:31
Kiran Satish26-Jul-07 10:31 
QuestionRe: Program crash while accessing OnPaint() from a thread!! Pin
David Crow26-Jul-07 10:47
David Crow26-Jul-07 10:47 
AnswerRe: Program crash while accessing OnPaint() from a thread!! [modified] Pin
Kiran Satish26-Jul-07 10:59
Kiran Satish26-Jul-07 10:59 
Yes, its not a good design at all, but its been written long time back at the time when I am not here. The application is a common dialog box design with 9 child dialog boxes in it. I have defined a separate thread in the main dialog box(where all the child dialog boxes are defined). There is only one thread that is defined additionally where atleast 4 dialog boxes are being refreshed by calling the methods one after the other already defined in them which inturn calls OnPaint() function of the corresponding dialog box. So we are looking at updating 4 dialog boxes from that thread. This thread is created whenever user starts closeloop and they are terminated when he stops closeloop.



Pavan

QuestionRe: Program crash while accessing OnPaint() from a thread!! Pin
David Crow30-Jul-07 2:56
David Crow30-Jul-07 2:56 
QuestionBuffer help Pin
dellthinker26-Jul-07 6:57
dellthinker26-Jul-07 6:57 
AnswerRe: Buffer help Pin
led mike26-Jul-07 7:15
led mike26-Jul-07 7:15 
GeneralRe: Buffer help Pin
dellthinker26-Jul-07 9:41
dellthinker26-Jul-07 9:41 
QuestionRe: Buffer help Pin
David Crow26-Jul-07 10:44
David Crow26-Jul-07 10:44 
AnswerRe: Buffer help Pin
dellthinker26-Jul-07 11:27
dellthinker26-Jul-07 11:27 
GeneralRe: Buffer help Pin
David Crow30-Jul-07 2:55
David Crow30-Jul-07 2:55 
Questionexactly same code, warning C4311: 'type cast' in a MFC dialog, no warning in console application!? Pin
alberthyc26-Jul-07 6:51
alberthyc26-Jul-07 6:51 
AnswerRe: exactly same code, warning C4311: 'type cast' in a MFC dialog, no warning in console application!? Pin
Mark Salsbery26-Jul-07 7:11
Mark Salsbery26-Jul-07 7:11 
AnswerRe: exactly same code, warning C4311: 'type cast' in a MFC dialog, no warning in console application!? Pin
Michael Dunn26-Jul-07 7:58
sitebuilderMichael Dunn26-Jul-07 7:58 
AnswerRe: exactly same code, warning C4311: 'type cast' in a MFC dialog, no warning in console application!? Pin
alberthyc26-Jul-07 13:30
alberthyc26-Jul-07 13:30 
GeneralRe: exactly same code, warning C4311: 'type cast' in a MFC dialog, no warning in console application!? Pin
Mark Salsbery26-Jul-07 13:40
Mark Salsbery26-Jul-07 13:40 
QuestionCustom cursor blinks while OpenGL redraws Pin
xuxiuxun26-Jul-07 5:29
xuxiuxun26-Jul-07 5:29 
AnswerRe: Custom cursor blinks while OpenGL redraws Pin
Roger Broomfield26-Jul-07 5:57
Roger Broomfield26-Jul-07 5:57 
GeneralRe: Custom cursor blinks while OpenGL redraws Pin
xuxiuxun26-Jul-07 15:59
xuxiuxun26-Jul-07 15:59 
AnswerRe: Custom cursor blinks while OpenGL redraws Pin
cmk26-Jul-07 12:09
cmk26-Jul-07 12:09 
GeneralRe: Custom cursor blinks while OpenGL redraws Pin
xuxiuxun26-Jul-07 16:08
xuxiuxun26-Jul-07 16:08 

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.