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

Search:

Type: Posts; User: D_Drmmr

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    1,849

    Re: Multiple drawing solution

    I don't know of any method faster than BitBlt when you draw onto a window DC. If that's not fast enough, maybe you can try using DirectX or OpenGL to draw the image.
    Did you measure (or observe)...
  2. Replies
    5
    Views
    1,849

    Re: Multiple drawing solution

    Strictly speaking, I don't think that is possible. But the more important question is: why? :confused:
    What's wrong with just bit-blitting the bitmap in the WM_PAINT handler?
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured