[RESOLVED] Restore window position
When my app launches I want to restore the window position to the location that it was when the app last terminated. I can restore the location but the window flickers when it is moved from the location that Windows placed it to my location. How can I avoid the flicker?
Thanks in advance,
Hal
Re: Restore window position
If you're setting it's location in the Load event, try setting the location in the form constructor instead... then it should only paint once at the new location.
Re: Restore window position
Thank you for the help. It works perfectly.
Regards,
Hal