S
Scott Metzger
Hi,
I am having excessive flicker with my drawing control when I resize it.
I have the drawing control in a CDialog which is resizable. I have
tried the following code in the OnSize and the OnSizing events both of
which result in a noticeable flicker when I resize the dialog...
CRect clientRect;
GetClientRect(&clientRect);
MyDrawingControl.MoveWindow( clientRect );
Any ideas on how to do smooth resizing of the drawing control?
Thanks,
Scott Metzger
I am having excessive flicker with my drawing control when I resize it.
I have the drawing control in a CDialog which is resizable. I have
tried the following code in the OnSize and the OnSizing events both of
which result in a noticeable flicker when I resize the dialog...
CRect clientRect;
GetClientRect(&clientRect);
MyDrawingControl.MoveWindow( clientRect );
Any ideas on how to do smooth resizing of the drawing control?
Thanks,
Scott Metzger