[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.vb.general.discussion

Minimize/Maximize buttons

Vlad

11/21/2010 7:58:00 PM

How to add Minimize/Maximize buttons on a form?


2 Answers

Brian Kelly

11/21/2010 8:05:00 PM

0

Vlad wrote:
> How to add Minimize/Maximize buttons on a form?

ControlBox = True at design time in the form properties, it's read only
at run time.

--
Brian Kelly
Home Page http://k...
Species Race http://speci...


mm

11/21/2010 8:06:00 PM

0

El 21/11/2010 04:58 p.m., Vlad escribió:
> How to add Minimize/Maximize buttons on a form?

Set at design time the property BorderStyle to 2 - Sizable.