|
-
April 21st, 1999, 05:46 AM
#1
preventing windowrepainting while resize
How do I prevent mainwindow from repaint content while the window still resizes ??
I have tried LockWindowupdate in OnWindowChanged/OnWindowChanging but i doesn't work.
very greatful for any answer in this matter
/Magnus
-
April 21st, 1999, 06:36 AM
#2
Re: preventing windowrepainting while resize
You could call SystemParametersInfo(SPI_SETDRAGFULLWINDOWS, FALSE, NULL, 0) to manually switch off the 'Show window contents while dragging' feature. This causes the repaint during a sizing. You can then set it back to TRUE afterwards.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|