CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 13 of 13

Threaded View

  1. #1
    Join Date
    Feb 2004
    Posts
    16

    CDC Buffering Background Colour Problem

    To speed up a draw I have used the double buffering technique (i.e. drawing on a CDC in memory then copying it to the appropriate application CDC). However the background is always black. Can anyone tell me how this might be changed.

    Cheers

    Scott
    Last edited by Moppy; February 12th, 2004 at 06:48 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured