StrataFrame Forum
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
Form Size Resize
http://forum.strataframe.net/Topic32627.aspx
By Buffie
-
6/26/2014
Some of my form sizes in Win 8.1 just are screwed up. Not sure why? But, in trying to fix these issues I am testing by allowing the forms to be resized. And I know there is a form property 'rememberformsize' but that does not seem to have any affect since it is True but the form reloads the same size as before even if I resize it and then run it again?
What am I missing or is there a solution? TIA.
By Ivan George Borges
-
6/26/2014
Hi Buffie.
Don't forget to set the "RegistryRepositoryKey" property on the form to tell where this kind of information will be saved. Something like:
HKEY_CURRENT_USER\SOFTWARE\YourCompanyName\YourApplication\YourFormName
By Buffie
-
6/26/2014
Oh Wow is that talked about anywhere? I did not find it in the Help.
Thanks because I do understand the solution but am I the only person having issues with different screen resolution and Win 8.1?
By Ivan George Borges
-
6/27/2014
Hi Buffie.
I had a look at the help and found it under the "Standard Form Class Members".
I am not sure about which issues you are facing with the resolutions, but there are some known issues depending on how the DPI is set. Have a look at this thread and see if it helps any:
http://forum.strataframe.net/FindPost32267.aspx
By Terry Bottorff
-
6/27/2014
Yes I found it there also but I did not find any sample or idea of what the key looked like. So I thank you so much and I will read the thread you sent also.
Thank you much. The "RegistryRepositoryKey" did work also.
By Ivan George Borges
-
6/27/2014
Really glad it worked!
Just come back here if we can help you further.