Lock the form size
Lock the form size
(OP)
Is there a way to lock the form size in VB6? I use the following code right now but it produces a runtime error if you attempt to minimize the form which the users must be able to do.
Private Sub Form_Resize()
Form1.Height = 8175
Form1.Width = 8550
End Sub
Private Sub Form_Resize()
Form1.Height = 8175
Form1.Width = 8550
End Sub
RE: Lock the form size
RE: Lock the form size
RE: Lock the form size
RE: Lock the form size
I should have found this solution myself.
**********************************
Time is the fire in which we burn.
**********************************