M
McGeeky
Hi. I am writing some form logic to centre my form controls when a maximised
form is resized. I have a handler for the forms resize event. But when I
inspect the form width in the resize event it is always set to the same
value even when I resize it.
Is there a way to get the current width of the form?
I am using Access 2000. This is the code;
Private Sub Form_Resize()
Debug.Print "current size is " & Me.Width
End Sub
Thank you!
McGeeky
form is resized. I have a handler for the forms resize event. But when I
inspect the form width in the resize event it is always set to the same
value even when I resize it.
Is there a way to get the current width of the form?
I am using Access 2000. This is the code;
Private Sub Form_Resize()
Debug.Print "current size is " & Me.Width
End Sub
Thank you!
McGeeky