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

C / C++ / MFC

 
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 
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 
Alan Chambers wrote:
As for the trouble I'm having using a high resolution 32bit display (1280x1024x32), I don't even have to draw ANYTHING, just flip the back buffer and the page is full of multicoloured junk

Be sure you use True Color in the Display settings. I had the same problems, and I changed the resolution, now it works perfectly. Also make sure, if you try to use graphs, that the correct palette was loaded, and the colorkey initialised.


Alan Chambers wrote:
But when trying to refill the back buffer here (so between flippings) it comes out blank

Once you´ve done your flip, you have to blit all the objects on the back buffer.

I´ll send you a good example, maybe it will help. Anyway, if it does not work, feel free to send me your code, i´ll throw an eye on it.


~RaGE();
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 
GeneralRe: Passing in Argvs in windows Pin
Anders Molin25-Jun-02 9:44
professionalAnders Molin25-Jun-02 9:44 
GeneralRe: Passing in Argvs in windows Pin
Unplugged25-Jun-02 9:49
Unplugged25-Jun-02 9:49 

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.