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

Search:

Type: Posts; User: Gav80K

Search: Search took 0.02 seconds.

  1. Re: GDI Problem - BitBlt() Doesn't Seem To Be Doing Anything

    Further to the above post, I've got three transparent overlay windows that can appear on top of the graph. All of them are created with WS_EX_COMPOSITED purely because I remember finding that if I...
  2. Re: GDI Problem - BitBlt() Doesn't Seem To Be Doing Anything

    Thanks for the replies. It seems the problem wasn't in the part of the code I included, but where I created the window. Unfortunately solving it creates a bigger problem.

    I read that creating...
  3. GDI Problem - BitBlt() Doesn't Seem To Be Doing Anything

    I'm using the GDI to draw to a memory bitmap, which is then copied to the window using BitBlt(). When I redraw the whole window it works correctly, but when I try to update only part of the window...
  4. Set Text In Another Application's Dialog Box?

    Trader Work Station forces you to set a time at which the application will close each day. Shortly before the close time the below Window pops up:

    http://i39.tinypic.com/r73q1h.gif

    At this...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured