You can use your favorite social network to register or link an existing account:
Or use your email address to register without a social network:
Sign in with these social networks:
Or enter your username and password
Forgot your password?
Yes, please link my existing account with for quick, secure access.
No, I would like to create a new account with my profile information.
You can find modScaleForm here on SourceForge. It is an open source utility for scaling Access forms to fit different display resolutions. As we've seen in a prior post, anchoring provides this kind of support in 2007 automatically. If you're using 2003 or previous, this might be pretty helpful though.
Thanks Markus for the pointer!
Comments: (4) Collapse
I have been using modResizeForm from http://jamiessoftware.tk and wondered if anyone had any thoughts about which would be the better option.
Hi Neil! I have tried ShrinkerStretcher and modResizeForm as solutions for me, but there have been some caveats that prohibited usage of these modules for my project - so I decided to write my own code, modScaleForm. modScaleForm is highly inspired by modResizeForm, but the code is written "my way" and works with some different approaches on how to do things. Personally, I think that modScaleForm is a little bit more performant than modResizeForm. The biggest advantage for me is that modScaleForm can automatically get the current screen resolution and scale all controls in a form without having to click a button or so - simply add "ScaleFormWindow Me" to the OnOpen event of your form and "ScaleFormControls Me" to the Resize event of your form. Resizing even works "on the fly" when changing the size of a form programmatically or with the mouse or keyboard. Have a look at both modules and tell me, what you like about modScaleForm and what should be improved. You can contact me via SourceForge - sourceforge.net/.../modScaleForm. Best regards, Markus Gruber
Please excuse if this posting appears two times. Hi Neil! modResizeForm was much inspiration for developing modScaleForm, as well as ShrinkerStretcher. I developed modScaleForm because I wanted a tool that is able to scale all controls in a form in nearly real-time and without having to click a button or so. Download modScaleForm, add "ScaleFormWindow Me" to the OnOpen event of your form and "ScaleFormControls Me" to the Resize event. Personally, I think that modScaleForm is a bit more performant than modResizeForm. Just try both tools and let me know via sourceforge.net/.../modScaleForm what you like and what you want to see improved. Best regards, Markus Gruber
Hi, I'm getting an error in clFormWindow module (on Public Property Get Parent() As clFormWindow) when I try to compile: "User-defined type not defined".
Comments: (loading) Collapse