
Mysterious form height change
I have a form with the borderstyle set as 1 (Fixed Single). The height of
the form is set as 6345. Every once in a while the height of this form
gets reset to 6060. I've looked in my code and can't find anything that
should reset the height of this form. I've put a watch the FormName.Height
property with the scope set to all procedures and modules and set it to break
as soon as this property changes. It will break in the Form_Load event and
most of the time the height is correct, but apparently randomly it will
change to the 6060 value. I've locked the form, but it didn't make any
difference.
This is especially annoying since I have a label at the bottom of the form
that servers as a sort of status-bar and it gets cut off when the form's
height is reduced.
--
To respond via e-mail, please remove what's between Eric and Goforth in
my address in order to get my real e-mail address.