Click here to Skip to main content
15,906,708 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralQuestion about CListCtrl Pin
b_girl25-Sep-03 7:19
b_girl25-Sep-03 7:19 
GeneralRe: Question about CListCtrl Pin
Michael Dunn25-Sep-03 7:32
sitebuilderMichael Dunn25-Sep-03 7:32 
GeneralRe: Question about CListCtrl Pin
b_girl25-Sep-03 7:39
b_girl25-Sep-03 7:39 
GeneralRe: Question about CListCtrl Pin
vcplusplus25-Sep-03 7:39
vcplusplus25-Sep-03 7:39 
GeneralRe: Question about CListCtrl Pin
b_girl25-Sep-03 7:55
b_girl25-Sep-03 7:55 
GeneralRe: Question about CListCtrl Pin
b_girl25-Sep-03 8:34
b_girl25-Sep-03 8:34 
GeneralRe: Question about CListCtrl Pin
Ravi Bhavnani25-Sep-03 8:38
professionalRavi Bhavnani25-Sep-03 8:38 
GeneralCache draw output Pin
Mathias S.25-Sep-03 6:55
Mathias S.25-Sep-03 6:55 
I got a own draw controller. And I takes this controller 0.5sec to redraw because it does a lot of stuff and this is okay.

But I wonder if I can speed up some thing. If I move an application over my program, a lot of redraws are done. And since every redraw take 0.5sec it flicker a little too much. So I wonder if there are anyway to cache the last draw result and use that if nothing in my program has changed.

Since I'm using a MemDC in my program I think I should be able to cache a copy of it and use it. But how do I do that.

/Mathias

GeneralRe: Cache draw output Pin
JWood25-Sep-03 8:08
JWood25-Sep-03 8:08 
GeneralRe: Cache draw output Pin
JWood25-Sep-03 8:14
JWood25-Sep-03 8:14 
GeneralBringing an application to the top Pin
MarcoNedwig25-Sep-03 6:37
MarcoNedwig25-Sep-03 6:37 
GeneralRe: Bringing an application to the top Pin
Neville Franks25-Sep-03 7:38
Neville Franks25-Sep-03 7:38 
GeneralRe: Bringing an application to the top Pin
igor196025-Sep-03 8:37
igor196025-Sep-03 8:37 
GeneralRe: Bringing an application to the top Pin
Bo Hunter25-Sep-03 10:12
Bo Hunter25-Sep-03 10:12 
GeneralRe: Bringing an application to the top Pin
igor196025-Sep-03 10:30
igor196025-Sep-03 10:30 
GeneralRe: Bringing an application to the top Pin
igor196025-Sep-03 10:44
igor196025-Sep-03 10:44 
GeneralTree getting grayed Pin
Binayak25-Sep-03 6:29
Binayak25-Sep-03 6:29 
Generalcorruption of comctl32 Pin
JWood25-Sep-03 6:18
JWood25-Sep-03 6:18 
GeneralRe: corruption of comctl32 Pin
Neville Franks25-Sep-03 7:42
Neville Franks25-Sep-03 7:42 
GeneralRe: corruption of comctl32 Pin
JWood25-Sep-03 7:55
JWood25-Sep-03 7:55 
GeneralRe: corruption of comctl32 Pin
JWood25-Sep-03 11:09
JWood25-Sep-03 11:09 
GeneralRe: corruption of comctl32 Pin
Neville Franks25-Sep-03 11:17
Neville Franks25-Sep-03 11:17 
GeneralRe: corruption of comctl32 Pin
QuiJohn25-Sep-03 9:42
QuiJohn25-Sep-03 9:42 
GeneralRe: corruption of comctl32 Pin
JWood25-Sep-03 11:10
JWood25-Sep-03 11:10 
GeneralWTL in VC 7.0 COM Project Pin
Rama Krishna Vavilala25-Sep-03 6:03
Rama Krishna Vavilala25-Sep-03 6: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.