Click here to Skip to main content
15,919,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CString prob Pin
kakan18-Sep-05 19:41
professionalkakan18-Sep-05 19:41 
QuestionDialog menu Pin
benjnp18-Sep-05 3:47
benjnp18-Sep-05 3:47 
NewsRe: Dialog menu Pin
prasad_som18-Sep-05 20:07
prasad_som18-Sep-05 20:07 
GeneralRe: Dialog menu Pin
benjnp19-Sep-05 10:20
benjnp19-Sep-05 10:20 
GeneralRe: Dialog menu Pin
prasad_som19-Sep-05 21:13
prasad_som19-Sep-05 21:13 
Questiontime in msec Pin
Themis18-Sep-05 2:03
Themis18-Sep-05 2:03 
AnswerRe: time in msec Pin
Gary R. Wheeler18-Sep-05 2:23
Gary R. Wheeler18-Sep-05 2:23 
AnswerRe: time in msec Pin
Alexander M.,18-Sep-05 3:39
Alexander M.,18-Sep-05 3:39 
AnswerRe: time in msec Pin
Ghasrfakhri18-Sep-05 6:24
Ghasrfakhri18-Sep-05 6:24 
GeneralRe: time in msec Pin
Themis18-Sep-05 11:37
Themis18-Sep-05 11:37 
QuestionQuestion Pin
Anonymous18-Sep-05 1:21
Anonymous18-Sep-05 1:21 
QuestionDynamamic type conversion problem. Please Help??? Pin
LiquidE_SA18-Sep-05 1:15
LiquidE_SA18-Sep-05 1:15 
QuestionWhy I shoun't call CView::OnPaint() for painting messages Pin
assay18-Sep-05 0:54
assay18-Sep-05 0:54 
AnswerRe: Why I shoun't call CView::OnPaint() for painting messages Pin
Themis18-Sep-05 2:06
Themis18-Sep-05 2:06 
GeneralRe: Why I shoun't call CView::OnPaint() for painting messages Pin
assay18-Sep-05 2:26
assay18-Sep-05 2:26 
GeneralRe: Why I shoun't call CView::OnPaint() for painting messages Pin
Themis18-Sep-05 11:36
Themis18-Sep-05 11:36 
It's easy if you know what you have updated in each call. Instead of calling Invalidate() call InvalidateRect(). It takes as argument the area that you want to invalidate. It will update only that area this way if only a small portion of your view has changed you won't redraw everything.

Themis
GeneralRe: Why I shoun't call CView::OnPaint() for painting messages Pin
assay18-Sep-05 19:36
assay18-Sep-05 19:36 
QuestionHow to handle Circular Indexes Pin
cialz17-Sep-05 23:03
cialz17-Sep-05 23:03 
AnswerRe: How to handle Circular Indexes Pin
karmendra_js18-Sep-05 2:45
karmendra_js18-Sep-05 2:45 
AnswerRe: How to handle Circular Indexes Pin
James Brown18-Sep-05 5:25
James Brown18-Sep-05 5:25 
QuestionMy application collapse Pin
Anonymous17-Sep-05 22:43
Anonymous17-Sep-05 22:43 
AnswerRe: My application collapse Pin
Johann Gerell17-Sep-05 23:28
Johann Gerell17-Sep-05 23:28 
Question?: operator Pin
greghop17-Sep-05 20:48
greghop17-Sep-05 20:48 
AnswerRe: ?: operator Pin
Johann Gerell17-Sep-05 21:45
Johann Gerell17-Sep-05 21:45 
GeneralRe: ?: operator Pin
Tim Smith18-Sep-05 5:37
Tim Smith18-Sep-05 5:37 

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.