(I know that there is an answer at SO about this problem. I see it two days before, but now i can't find it)
So. I have app with single Form. App starts minimized in tray. When I restore the Form from tray it start drawing. And it's look terrible on slow PC. How I can preRender Form (when it not visible), to avoid drawing when he is already displayed?
I use Hide()
when minimize to tray, and Show()
to restore.