Click here to Skip to main content
16,006,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUpdating a static text control frequently ---> flicker Pin
Tommy Svensson25-Jun-02 12:58
Tommy Svensson25-Jun-02 12:58 
GeneralRe: Updating a static text control frequently ---> flicker Pin
25-Jun-02 15:09
suss25-Jun-02 15:09 
GeneralRe: Updating a static text control frequently ---> flicker Pin
Tommy Svensson26-Jun-02 0:53
Tommy Svensson26-Jun-02 0:53 
GeneralRe: Updating a static text control frequently ---> flicker Pin
26-Jun-02 7:22
suss26-Jun-02 7:22 
QuestionUsing custom resources? Pin
clintsinger25-Jun-02 12:57
clintsinger25-Jun-02 12:57 
AnswerRe: Using custom resources? Pin
Chris Losinger25-Jun-02 13:13
professionalChris Losinger25-Jun-02 13:13 
GeneralDirectDraw Surface Flipping Pin
Alan Chambers25-Jun-02 11:29
Alan Chambers25-Jun-02 11:29 
GeneralRe: DirectDraw Surface Flipping Pin
Jason Henderson25-Jun-02 16:51
Jason Henderson25-Jun-02 16:51 
From my limited understanding of how page flipping works:
When you flip buffers you are actually just swapping pointers. So the back buffer becomes the primary and the primary becomes the back. If you are not re-filling the back buffer in between flippings you will get a blank page.

Alan Chambers wrote:
Also I have some trouble using high resolution 32-bit display modes (the primary surface or back buffer - I forget which - comes out as multicoloured junk when I flip it???????)

Did you convert the bitmap to 32 bit before copying it to the back buffer? Also, did you set the surface to be 32 bit? It could also be a memory thing like you said.

Jason Henderson
quasi-homepage
articles
"Like it or not, I'm right!"


GeneralRe: DirectDraw Surface Flipping Pin
Alan Chambers26-Jun-02 0:07
Alan Chambers26-Jun-02 0:07 
GeneralRe: DirectDraw Surface Flipping Pin
Rage26-Jun-02 0:27
professionalRage26-Jun-02 0:27 
GeneralRe: DirectDraw Surface Flipping Pin
Alan Chambers26-Jun-02 1:38
Alan Chambers26-Jun-02 1:38 
GeneralRe: DirectDraw Surface Flipping Pin
Rage26-Jun-02 3:59
professionalRage26-Jun-02 3:59 
QuestionCArchive + clipboard + ABCs = ? Pin
Chris Losinger25-Jun-02 11:03
professionalChris Losinger25-Jun-02 11:03 
AnswerRe: CArchive + clipboard + ABCs = ? Pin
Alan Chambers25-Jun-02 11:45
Alan Chambers25-Jun-02 11:45 
GeneralRe: CArchive + clipboard + ABCs = ? Pin
Chris Losinger25-Jun-02 11:56
professionalChris Losinger25-Jun-02 11:56 
AnswerRe: CArchive + clipboard + ABCs = ? Pin
Ravi Bhavnani25-Jun-02 12:38
professionalRavi Bhavnani25-Jun-02 12:38 
GeneralCrashing DLL Pin
25-Jun-02 10:38
suss25-Jun-02 10:38 
GeneralRe: Crashing DLL Pin
Tim Smith25-Jun-02 17:32
Tim Smith25-Jun-02 17:32 
GeneralTabbedTextOut Bug Pin
25-Jun-02 10:06
suss25-Jun-02 10:06 
Generalcreating new child MDI windows, I need help Pin
25-Jun-02 9:58
suss25-Jun-02 9:58 
GeneralRe: creating new child MDI windows, I need help Pin
Bill Wilson25-Jun-02 12:35
Bill Wilson25-Jun-02 12:35 
Generalscrollbars (hiding the thumb) Pin
25-Jun-02 9:45
suss25-Jun-02 9:45 
GeneralRe: scrollbars (hiding the thumb) Pin
Anders Molin25-Jun-02 10:45
professionalAnders Molin25-Jun-02 10:45 
GeneralRe: scrollbars (hiding the thumb) Pin
25-Jun-02 23:23
suss25-Jun-02 23:23 
GeneralPassing in Argvs in windows Pin
Unplugged25-Jun-02 9:38
Unplugged25-Jun-02 9: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.