Click here to Skip to main content
15,908,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Reduce flicker in ListView ? Pin
David Crow11-Nov-03 8:18
David Crow11-Nov-03 8:18 
GeneralRe: Reduce flicker in ListView ? Pin
Signal-911-Nov-03 8:39
Signal-911-Nov-03 8:39 
you can derive and write you own CView::OnUpdate() function... since CListView is derived from the CView Class.

this will allow you to redraw only part of the View. The default OnUpdate() is to redraw the entire client area.

This is exactly what you need to do to reduce flickering.
GeneralRe: Reduce flicker in ListView ? Pin
David Crow11-Nov-03 8:44
David Crow11-Nov-03 8:44 
GeneralRe: Reduce flicker in ListView ? Pin
Signal-911-Nov-03 11:40
Signal-911-Nov-03 11:40 
GeneralRe: Reduce flicker in ListView ? Pin
David Crow12-Nov-03 2:58
David Crow12-Nov-03 2:58 
GeneralRe: Reduce flicker in ListView ? Pin
Signal-912-Nov-03 9:37
Signal-912-Nov-03 9:37 
Generalopening a web file Pin
doctorpi11-Nov-03 7:57
doctorpi11-Nov-03 7:57 
GeneralRe: opening a web file Pin
David Crow11-Nov-03 8:12
David Crow11-Nov-03 8:12 
GeneralRe: opening a web file Pin
doctorpi11-Nov-03 8:16
doctorpi11-Nov-03 8:16 
GeneralRe: opening a web file Pin
RaajaOfSelf11-Nov-03 22:40
RaajaOfSelf11-Nov-03 22:40 
GeneralRe: opening a web file Pin
Chris Hills12-Nov-03 23:07
Chris Hills12-Nov-03 23:07 
Generalopen a workbrook automation excel Pin
jerome_data11-Nov-03 7:55
jerome_data11-Nov-03 7:55 
GeneralRe: open a workbrook automation excel Pin
David Crow11-Nov-03 8:05
David Crow11-Nov-03 8:05 
GeneralRe: open a workbrook automation excel Pin
jerome_data11-Nov-03 8:13
jerome_data11-Nov-03 8:13 
Generalupdating system on environment variable changes Pin
Jim Crafton11-Nov-03 7:32
Jim Crafton11-Nov-03 7:32 
GeneralRe: updating system on environment variable changes Pin
David Crow11-Nov-03 8:01
David Crow11-Nov-03 8:01 
GeneralRe: updating system on environment variable changes Pin
Jim Crafton11-Nov-03 15:36
Jim Crafton11-Nov-03 15:36 
GeneralRe: updating system on environment variable changes Pin
David Crow12-Nov-03 3:00
David Crow12-Nov-03 3:00 
GeneralRe: updating system on environment variable changes Pin
Jim Crafton12-Nov-03 4:33
Jim Crafton12-Nov-03 4:33 
GeneralRe: updating system on environment variable changes Pin
David Crow12-Nov-03 5:01
David Crow12-Nov-03 5:01 
GeneralCDataGrid with GetValue Pin
vancouver77711-Nov-03 7:29
vancouver77711-Nov-03 7:29 
GeneralThreas Pin
VietDelphi11-Nov-03 6:19
VietDelphi11-Nov-03 6:19 
GeneralRe: Threads Pin
David Crow11-Nov-03 7:19
David Crow11-Nov-03 7:19 
GeneralRe: Threads Pin
VietDelphi11-Nov-03 7:34
VietDelphi11-Nov-03 7:34 
GeneralRe: Threads Pin
David Crow11-Nov-03 7:38
David Crow11-Nov-03 7:38 

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.