Click here to Skip to main content
15,918,041 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to include a library file? Pin
Nibu babu thomas23-Mar-07 1:17
Nibu babu thomas23-Mar-07 1:17 
GeneralRe: How to include a library file? Pin
_808623-Mar-07 1:51
_808623-Mar-07 1:51 
GeneralRe: How to include a library file? Pin
Nibu babu thomas23-Mar-07 2:15
Nibu babu thomas23-Mar-07 2:15 
GeneralRe: How to include a library file? Pin
_808623-Mar-07 4:56
_808623-Mar-07 4:56 
GeneralRe: How to include a library file? Pin
Nibu babu thomas25-Mar-07 17:13
Nibu babu thomas25-Mar-07 17:13 
QuestionScrolling Text problem Pin
vinhcyim23-Mar-07 0:13
vinhcyim23-Mar-07 0:13 
Answerposting guidelines Pin
toxcct23-Mar-07 0:16
toxcct23-Mar-07 0:16 
AnswerRe: Scrolling Text problem Pin
Mark Salsbery23-Mar-07 8:21
Mark Salsbery23-Mar-07 8:21 
As toxcct mentioned, please reformat your post so we can read your code without our eyes
bleeding Smile | :)

You shouldn't be getting any flicker unless maybe the window you're blitting to is redrawing
its background.

You're using double buffering so there's no need to set the BkMode of the memory DC to
TRANSPARENT.

Also, a possibly simpler solution is to use ScrollWindowEx to scroll a windows contents and then
only the newly exposed portion of the window needs to be repainted. No flicker and no double
buffering required Smile | :)

Mark


"If you can dodge a wrench, you can dodge a ball."

QuestionSDI/ View Pin
_808623-Mar-07 0:10
_808623-Mar-07 0:10 
AnswerRe: SDI/ View Pin
RChin23-Mar-07 2:01
RChin23-Mar-07 2:01 
GeneralRe: SDI/ View Pin
_808623-Mar-07 0:52
_808623-Mar-07 0:52 
GeneralRe: SDI/ View Pin
_808623-Mar-07 2:11
_808623-Mar-07 2:11 
GeneralRe: SDI/ View Pin
cp987623-Mar-07 13:47
cp987623-Mar-07 13:47 
GeneralRe: SDI/ View Pin
_808624-Mar-07 5:56
_808624-Mar-07 5:56 
GeneralRe: SDI/ View Pin
_808624-Mar-07 5:57
_808624-Mar-07 5:57 
Questionstrings in c++ Pin
pariisa22-Mar-07 23:46
pariisa22-Mar-07 23:46 
AnswerRe: strings in c++ Pin
toxcct22-Mar-07 23:50
toxcct22-Mar-07 23:50 
GeneralRe: strings in c++ Pin
vijay_aroli23-Mar-07 0:08
vijay_aroli23-Mar-07 0:08 
AnswerRe: strings in c++ Pin
Paresh Chitte22-Mar-07 23:52
Paresh Chitte22-Mar-07 23:52 
AnswerRe: strings in c++ Pin
C Mahesh23-Mar-07 0:03
C Mahesh23-Mar-07 0:03 
AnswerRe: strings in c++ Pin
Stephen Hewitt23-Mar-07 12:06
Stephen Hewitt23-Mar-07 12:06 
Questionretrieving unicode string from database Pin
roli_sri22-Mar-07 23:44
roli_sri22-Mar-07 23:44 
QuestionRe: retrieving unicode string from database Pin
Paresh Chitte22-Mar-07 23:49
Paresh Chitte22-Mar-07 23:49 
AnswerRe: retrieving unicode string from database Pin
Rajesh R Subramanian23-Mar-07 0:40
professionalRajesh R Subramanian23-Mar-07 0:40 
QuestionHow to add maximize and minimize buttons in a Property Sheet Pin
Member 362606022-Mar-07 23:26
Member 362606022-Mar-07 23:26 

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.