ShowWindow() and OnPaint
-
Hi I'm learning VC and I'm thinking it seems logical that at ShowWindow(SW_SHOW) the OnPaint function should be called.Can someone pls confirm with me if it is true? a zillion thks
raner wrote: ShowWindow(SW_SHOW) I don't think so.Its only for VISIBILITY of window. Mazy "And the carpet needs a haircut, and the spotlight looks like a prison break And the telephone's out of cigarettes, and the balcony is on the make And the piano has been drinking, the piano has been drinking...not me...not me-Tom Waits
-
Hi I'm learning VC and I'm thinking it seems logical that at ShowWindow(SW_SHOW) the OnPaint function should be called.Can someone pls confirm with me if it is true? a zillion thks
InvalidateRect() caused that. Mazy "And the carpet needs a haircut, and the spotlight looks like a prison break And the telephone's out of cigarettes, and the balcony is on the make And the piano has been drinking, the piano has been drinking...not me...not me-Tom Waits