Search:

Type: Posts; User: novacain

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    3,502

    Also... When debugging these types of things I...

    Also...

    When debugging these types of things I used to colour the TABs client area and get the colour to change for each TAB index.

    Something like (not compiled, written from memory)....


    ...
  2. Replies
    6
    Views
    3,502

    >>I can't seem to figure out how to repaint just...

    >>I can't seem to figure out how to repaint just certain areas of the Tabbed window.

    To clairfy; I ment in the WM_PAINT be sure to use the RECT from the PAINTSTRUCT in your BItBlt(). Do not always...
  3. Replies
    6
    Views
    3,502

    1. Any variables local to the CALLBACK must be...

    1. Any variables local to the CALLBACK must be STATIC if you want them to retain a value for more than one message.

    2. To generate a WM_PAINT after changing your memDC use;
    InvalidateRect()...
Results 1 to 3 of 3