I would like to resize the height of a form through a piece of code. I
tried the following piece of code but got an error saying it was a read only
property and can't be set. Is there a was to resize the form at runtime?
Or is there a way to execute the command "Size to Fit Form" from the menu.
'Start of Code
Me.WindowHeight = fInchesToTwips( 2)
'End of Code
Thanks
Dustin Wilson
tried the following piece of code but got an error saying it was a read only
property and can't be set. Is there a was to resize the form at runtime?
Or is there a way to execute the command "Size to Fit Form" from the menu.
'Start of Code
Me.WindowHeight = fInchesToTwips( 2)
'End of Code
Thanks
Dustin Wilson
Comment