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

C / C++ / MFC

 
AnswerRe: Repainting in Win32 (WM_PAINT issues) Pin
Mark Salsbery15-Feb-07 6:17
Mark Salsbery15-Feb-07 6:17 
GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
deville7515-Feb-07 6:27
deville7515-Feb-07 6:27 
GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
Mark Salsbery15-Feb-07 6:32
Mark Salsbery15-Feb-07 6:32 
AnswerRe: Repainting in Win32 (WM_PAINT issues) Pin
Mark Salsbery15-Feb-07 6:27
Mark Salsbery15-Feb-07 6:27 
GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
deville7515-Feb-07 6:32
deville7515-Feb-07 6:32 
GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
Mark Salsbery15-Feb-07 6:34
Mark Salsbery15-Feb-07 6:34 
GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
deville7515-Feb-07 6:39
deville7515-Feb-07 6:39 
GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
Mark Salsbery15-Feb-07 6:41
Mark Salsbery15-Feb-07 6:41 
Cool Smile | :)

I made a mistake in my sample code. You probably want to use a client DC instead of a window DC
in OnTimer:
void MyDlgClass::OnTimer(UINT_PTR nIDEvent)
{
   CClientDC dc(this);
   DrawGraph(dc);
}


Great job, team. Head back to base for debriefing and cocktails.

GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
Mark Salsbery15-Feb-07 7:10
Mark Salsbery15-Feb-07 7:10 
GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
Cedric Moonen15-Feb-07 7:51
Cedric Moonen15-Feb-07 7:51 
GeneralRe: Repainting in Win32 (WM_PAINT issues) Pin
Mark Salsbery15-Feb-07 9:46
Mark Salsbery15-Feb-07 9:46 
QuestionHow to run an application only in particular system? Pin
Super Hornet15-Feb-07 3:52
Super Hornet15-Feb-07 3:52 
AnswerRe: How to run an application only in particular system? Pin
deville7515-Feb-07 3:55
deville7515-Feb-07 3:55 
GeneralRe: How to run an application only in particular system? Pin
Super Hornet15-Feb-07 4:00
Super Hornet15-Feb-07 4:00 
GeneralRe: How to run an application only in particular system? Pin
toxcct15-Feb-07 4:01
toxcct15-Feb-07 4:01 
GeneralRe: How to run an application only in particular system? Pin
Super Hornet15-Feb-07 4:14
Super Hornet15-Feb-07 4:14 
GeneralRe: How to run an application only in particular system? Pin
toxcct15-Feb-07 4:19
toxcct15-Feb-07 4:19 
GeneralRe: How to run an application only in particular system? Pin
Super Hornet16-Feb-07 5:13
Super Hornet16-Feb-07 5:13 
AnswerRe: How to run an application only in particular system? Pin
toxcct15-Feb-07 3:57
toxcct15-Feb-07 3:57 
GeneralRe: How to run an application only in particular system? Pin
Super Hornet15-Feb-07 4:01
Super Hornet15-Feb-07 4:01 
GeneralRe: How to run an application only in particular system? Pin
toxcct15-Feb-07 4:04
toxcct15-Feb-07 4:04 
AnswerRe: How to run an application only in particular system? Pin
jhwurmbach15-Feb-07 4:01
jhwurmbach15-Feb-07 4:01 
AnswerRe: How to run an application only in particular system? Pin
Hamid_RT15-Feb-07 4:24
Hamid_RT15-Feb-07 4:24 
GeneralRe: How to run an application only in particular system? Pin
Super Hornet15-Feb-07 4:43
Super Hornet15-Feb-07 4:43 
GeneralRe: How to run an application only in particular system? Pin
Hamid_RT15-Feb-07 7:25
Hamid_RT15-Feb-07 7:25 

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.