CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: xfpl

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    7,678

    Re: GetDC and drawing problem with WS_EX_COMPOSITED

    Thank you!

    Now I think I can handle all the painting in WM_PAINT and WM_ERASEBKGND message handlers, and I am going to use some boolean value to indicate the drawing actions in those two message...
  2. Replies
    2
    Views
    7,678

    GetDC and drawing problem with WS_EX_COMPOSITED

    I have a window and it has a WS_EX_COMPOSITED extended style, I handle the WM_ERASEBKGND Notification and wm_paint message, everything seems right, but when I call GetDC&ReleaseDC in some place, and...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured