Enable / Disable label

CMontoro

Registered User.
Local time
Yesterday, 23:13
Joined
Mar 26, 2005
Messages
21
I've used a form with labels for building a menu options
¿How can I do to enabled or disables a label ? (each label is a menu option)

I've tried to use:
label1.Enabled = True

but don't work

Would you help me ?

Thanks a lot
Carlos
 
Sorry Carlos but Labels do not have an Enable property. You may want to switch to TextBoxes.
 
You can grey out the label

Yourtextfield.forecolor = 9868950
 

Users who are viewing this thread

Back
Top Bottom