[RESOLVED] Size of form, problem
Hi All:wave:
How I can to set for form the constant of size that user could not changeā¦.. however to could this form minimalize. If I'm setting Border Style property to 2 and MaxButton to False it nothing can't change it because in run-time I still can change this size. So, how to make it?:(
Some a bit of code will be useful
Thanks in advance
Re: Size of form, problem
Set the form's borderstyle to 1 - Fixed Single and set MinButton=true at design time.
Re: Size of form, problem
iPrank great thanks , it works fine:thumb: :thumb: :wave: