View Full Version : minmaxbuttons


gino
01-04-2001, 07:32 AM
does anyone know how to control the visibility on minmaxbuttons with visual basics and without using "form properties" or a generic command button? i only want minimized button to be visible and maximized and closed not visible.

thanks to all in advance!

[This message has been edited by gino (edited 01-04-2001).]

josephyeo
01-04-2001, 10:55 PM
try this

FormName.MinMaxButtons = "MinEnabled"