thesleepylizard
Programmer
As the subject suggests, I want to be able to dynamically move and resize controls whenever a window gets resized. So if the window is made bigger, the contents will become bigger to fill out the space.
I have done this before simply by hard coding it in - editing .Top, .Height, .Left, and .Width for each control that needs to be moved, but for a somewhat complex screen this means lots of mucking around and it's not very flexible if I want to add new controls or move them on the screen.
So, I'm wondering if there's some standard technique, module, ActiveX control, API functons or macros that allow you to do this very easily and let you avoid setting .Top .Height etc... manually each time.
Thanks for your time,
-Sleepy
I have done this before simply by hard coding it in - editing .Top, .Height, .Left, and .Width for each control that needs to be moved, but for a somewhat complex screen this means lots of mucking around and it's not very flexible if I want to add new controls or move them on the screen.
So, I'm wondering if there's some standard technique, module, ActiveX control, API functons or macros that allow you to do this very easily and let you avoid setting .Top .Height etc... manually each time.
Thanks for your time,
-Sleepy