I've been trying to figure out how to make it so that a user can-not resize a form......
I tried playing with a forms' properties, but couldn't figure it out.
thanks :)
Printable View
I've been trying to figure out how to make it so that a user can-not resize a form......
I tried playing with a forms' properties, but couldn't figure it out.
thanks :)
try
[]PCode:Form1.borderstyle=1
you can make its border style property to fixed
that way all the user will see is an X and won't be able to resize it ...
now if you want the user to be able to minimize it then you not only make its border style property to fixed but also you have to go to its minimize property and make it true
hope that was what you were looking for
OK - I feel stupid for asking now.
THANK YOU :)