Link to home
Start Free TrialLog in
Avatar of kmkip
kmkip

asked on

delphi-Making a Form un maximizable

How can i make a form in delphi not maximizable or minimizable just like in VB where it's very simple.
I want a form that the user can only view and close it in the size i want.
Avatar of Alphomega
Alphomega

yourform.borderstyle := bsDialog;
ASKER CERTIFIED SOLUTION
Avatar of msa2003
msa2003

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial