minmaxbuttons (1 Viewer)

gino

Registered User.
Local time
Today, 07:40
Joined
Mar 16, 2000
Messages
117
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

Registered User.
Local time
Today, 07:40
Joined
Dec 10, 2000
Messages
13
try this

FormName.MinMaxButtons = "MinEnabled"
 

Users who are viewing this thread

Top Bottom