To add, you can suspend the layout of forms during heavy load to stop screen-redraws/resizing. Lookup Suspendlayout/resumelayout. There is also an API to lock a window which I have had to use in the past to remove drawing while resizing mdi forms in a complex tab interface.