andioliver
03-17-2003, 07:41 AM
I am wondering how can I stop resize window efect?
I mean I want my form to remain at the same size and just minimize the window will be possible. At present time this is my code, any idea for a better one?:
Private Sub Form_Resize()
Me.Height = 7830
Me.Width = 9495
' this are the values that I want my form to remain to
End Sub
I mean I want my form to remain at the same size and just minimize the window will be possible. At present time this is my code, any idea for a better one?:
Private Sub Form_Resize()
Me.Height = 7830
Me.Width = 9495
' this are the values that I want my form to remain to
End Sub