eloberg
April 20th, 1999, 07:32 AM
In my Doc_View application I have two view classes. In the extra view class that I created I place some text information. When I try to maximize or resize that window
it is not refreshed. My plan was for this view to call OnSize which then would take care of the repainting, but OnSize is never called when I click the maximize button
in the frame of that window. How shall I be able to call OnSize?
it is not refreshed. My plan was for this view to call OnSize which then would take care of the repainting, but OnSize is never called when I click the maximize button
in the frame of that window. How shall I be able to call OnSize?