Tried OnPaint - no diff - I resize by using mouse - Which calls OnSize
It's wierd - everything appears as soon as I click on anything in the
window!
> You need to issue OnPaint() command after you resize the
> window -- to repaint the window. By the way, what
[quoted text clipped - 20 lines]
> >
> >.
insomniac - 28 Aug 2003 22:38 GMT
You're better off creating a dialog as a resource, and
inserting buttons there, then manipulating them with
visible, not visible, or moving them with MoveWindow().
(Use the Class Wizard to create variables that reference
your buttons and controls).
Drawing directly to the screen, and including controls
also, will give you erratic behavior on repaint.
>-----Original Message-----
>Tried OnPaint - no diff - I resize by using mouse - Which calls OnSize
[quoted text clipped - 28 lines]
>
>.