Click here to Skip to main content
15,914,327 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WM_CTLCOLOR..... mess VS WM_PAINT Pin
Paul Sanders (the other one)25-Jul-08 7:55
Paul Sanders (the other one)25-Jul-08 7:55 
GeneralRe: WM_CTLCOLOR..... mess VS WM_PAINT Pin
ForNow25-Jul-08 12:09
ForNow25-Jul-08 12:09 
GeneralRe: WM_CTLCOLOR..... mess VS WM_PAINT Pin
Mark Salsbery25-Jul-08 12:19
Mark Salsbery25-Jul-08 12:19 
GeneralRe: WM_CTLCOLOR..... mess VS WM_PAINT Pin
ForNow26-Jul-08 15:33
ForNow26-Jul-08 15:33 
QuestionMultiline tab control CTabCtrl ? Pin
bosfan25-Jul-08 6:11
bosfan25-Jul-08 6:11 
AnswerRe: Multiline tab control CTabCtrl ? Pin
Ștefan-Mihai MOGA25-Jul-08 18:52
professionalȘtefan-Mihai MOGA25-Jul-08 18:52 
QuestionTimers and timing Pin
john john mackey25-Jul-08 5:51
john john mackey25-Jul-08 5:51 
AnswerRe: Timers and timing Pin
Matthew Faithfull25-Jul-08 6:04
Matthew Faithfull25-Jul-08 6:04 
In a simple single-threaded scenario the answer is basically yes. MFC Timers are as far as I know still exposed via Windows messages. If your timer callback function overruns all that will mean is there will already be another WM_TIMER message waiting on the message queue to get processed wheenever you get to it. The next timer callback will in effect run late and the next and the next. Once you get into a multi threaded situation where timers can effectively interrupt worker threads or start new ones then things very quickly get a lot more complicated.

"The secret of happiness is freedom, and the secret of freedom, courage."
Thucydides (B.C. 460-400)

Questionfile details Pin
vineeshV25-Jul-08 1:13
vineeshV25-Jul-08 1:13 
AnswerRe: file details [modified] Pin
dehseth25-Jul-08 1:30
dehseth25-Jul-08 1:30 
QuestionMenu Control Popup using TrackPopupMenuEx Pin
dehseth25-Jul-08 0:43
dehseth25-Jul-08 0:43 
AnswerRe: Menu Control Popup using TrackPopupMenuEx Pin
Prasann Mayekar25-Jul-08 3:02
Prasann Mayekar25-Jul-08 3:02 
GeneralRe: Menu Control Popup using TrackPopupMenuEx Pin
dehseth25-Jul-08 4:03
dehseth25-Jul-08 4:03 
GeneralRe: Menu Control Popup using TrackPopupMenuEx Pin
Mark Salsbery25-Jul-08 6:13
Mark Salsbery25-Jul-08 6:13 
GeneralRe: Menu Control Popup using TrackPopupMenuEx Pin
dehseth27-Jul-08 19:21
dehseth27-Jul-08 19:21 
GeneralRe: Menu Control Popup using TrackPopupMenuEx Pin
Mark Salsbery28-Jul-08 6:55
Mark Salsbery28-Jul-08 6:55 
QuestionIncluding methods in a DLL Pin
softwaremonkey24-Jul-08 23:03
softwaremonkey24-Jul-08 23:03 
AnswerRe: Including methods in a DLL Pin
Yajnesh Narayan Behera24-Jul-08 23:24
Yajnesh Narayan Behera24-Jul-08 23:24 
GeneralRe: Including methods in a DLL Pin
Matthew Faithfull24-Jul-08 23:27
Matthew Faithfull24-Jul-08 23:27 
GeneralRe: Including methods in a DLL Pin
softwaremonkey25-Jul-08 0:16
softwaremonkey25-Jul-08 0:16 
AnswerRe: Including methods in a DLL Pin
Yajnesh Narayan Behera24-Jul-08 23:55
Yajnesh Narayan Behera24-Jul-08 23:55 
GeneralRe: Including methods in a DLL Pin
softwaremonkey25-Jul-08 0:29
softwaremonkey25-Jul-08 0:29 
QuestionAbout CRichEditControl Pin
Manjunath S24-Jul-08 21:56
Manjunath S24-Jul-08 21:56 
AnswerRe: About CRichEditControl Pin
Michael Schubert25-Jul-08 0:22
Michael Schubert25-Jul-08 0:22 
AnswerRe: About CRichEditControl Pin
Raghu Panduranga29-Jul-08 21:03
Raghu Panduranga29-Jul-08 21:03 

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.