Application & Window positions
-
Hi, What is the best way to save an application and forms position (left & top) and size (width & height) so that when the user opens the app or form, it is displayed the same way it was last opened? Is there a setting in .NET to accomplish this? TIA, Ben
-
Hi, What is the best way to save an application and forms position (left & top) and size (width & height) so that when the user opens the app or form, it is displayed the same way it was last opened? Is there a setting in .NET to accomplish this? TIA, Ben
Isn't that a Windows setting that user has control of ? I'm not sure if you can control it, but if so, it's likely one of the form properties.
There are only 10 types of people in this world....those that understand binary, and those that do not.
-
Hi, What is the best way to save an application and forms position (left & top) and size (width & height) so that when the user opens the app or form, it is displayed the same way it was last opened? Is there a setting in .NET to accomplish this? TIA, Ben