[RESOLVED] Command button to resize window (to show settings)
Hi all,
Long time no post.
I was wondering if there is a way I can do this:
I would like to have a button (say a normal command button) that could resize my program window (expand to the right) to show hidden settings that are not visible normally) and then another button to resize it back to normal size again (to hide the settings)?
Can that be done?
Thanks in advance for any help and suggestions on how to do this.
Re: Command button to resize window (to show settings)
You could use the form property : Width
Re: Command button to resize window (to show settings)
Quote:
Originally Posted by
jggtz
You could use the form property : Width
Hi, thanks for responding.
And this could be set/changed via a command button?
Thanks.
Re: Command button to resize window (to show settings)
RESOLVED - Re: Command button to resize window (to show settings)
This solution worked for me. Thank you.