Click here to Skip to main content
16,005,114 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Looking for code to learn from. Pin
Bob Stanneveld28-Dec-05 5:54
Bob Stanneveld28-Dec-05 5:54 
GeneralRe: Looking for code to learn from. Pin
John R. Shaw28-Dec-05 16:06
John R. Shaw28-Dec-05 16:06 
GeneralRe: Looking for code to learn from. Pin
Bob Stanneveld29-Dec-05 6:11
Bob Stanneveld29-Dec-05 6:11 
AnswerRe: Looking for code to learn from. Pin
Gary R. Wheeler28-Dec-05 6:00
Gary R. Wheeler28-Dec-05 6:00 
AnswerRe: Looking for code to learn from. Pin
dbough28-Dec-05 6:41
dbough28-Dec-05 6:41 
GeneralRe: Looking for code to learn from. Pin
John R. Shaw28-Dec-05 16:52
John R. Shaw28-Dec-05 16:52 
QuestionGet flicker free image Pin
sam o neil28-Dec-05 4:26
sam o neil28-Dec-05 4:26 
AnswerRe: Get flicker free image Pin
John R. Shaw28-Dec-05 17:05
John R. Shaw28-Dec-05 17:05 
There are articles at CP on flicker free drawing, and it is probably in the FAQ as well. Essentialy you need to override OnEraseBkgnd() so that it does not earase the background (causing flicker), then do all the drawing (including background if any) in the OnDraw() function. It actualy can be a little more complicated than that, so look at any code the displays bitmaps of thumb nails or allows you to edit an image (See CP articles).

INTP
Every thing is relative...
Questionmaintain logfile of the accessed files Pin
RabiaAslam28-Dec-05 3:09
RabiaAslam28-Dec-05 3:09 
AnswerRe: maintain logfile of the accessed files Pin
vipinasda28-Dec-05 3:41
vipinasda28-Dec-05 3:41 
AnswerRe: maintain logfile of the accessed files Pin
David Crow28-Dec-05 5:36
David Crow28-Dec-05 5:36 
AnswerRe: maintain logfile of the accessed files Pin
basementman28-Dec-05 5:38
basementman28-Dec-05 5:38 
Questiondetecting memory leaks? Pin
9ine28-Dec-05 1:39
9ine28-Dec-05 1:39 
AnswerRe: detecting memory leaks? Pin
Axter28-Dec-05 2:27
professionalAxter28-Dec-05 2:27 
GeneralRe: detecting memory leaks? Pin
9ine28-Dec-05 4:50
9ine28-Dec-05 4:50 
GeneralRe: detecting memory leaks? Pin
Axter28-Dec-05 4:59
professionalAxter28-Dec-05 4:59 
GeneralRe: detecting memory leaks? Pin
9ine28-Dec-05 23:47
9ine28-Dec-05 23:47 
GeneralRe: detecting memory leaks? Pin
Axter29-Dec-05 1:05
professionalAxter29-Dec-05 1:05 
GeneralRe: detecting memory leaks? Pin
9ine29-Dec-05 5:31
9ine29-Dec-05 5:31 
AnswerRe: detecting memory leaks? Pin
vipinasda28-Dec-05 3:38
vipinasda28-Dec-05 3:38 
GeneralRe: detecting memory leaks? Pin
Axter28-Dec-05 5:02
professionalAxter28-Dec-05 5:02 
GeneralRe: detecting memory leaks? Pin
vipinasda28-Dec-05 6:15
vipinasda28-Dec-05 6:15 
AnswerRe: detecting memory leaks? Pin
Prakash Nadar28-Dec-05 5:30
Prakash Nadar28-Dec-05 5:30 
AnswerRe: detecting memory leaks? Pin
MF28-Dec-05 15:19
MF28-Dec-05 15:19 
QuestionConverting int to char Pin
RedDragon2k28-Dec-05 1:17
RedDragon2k28-Dec-05 1:17 

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.