Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbie Question, code for Enabled property

Status
Not open for further replies.

Grizz2

Programmer
Dec 4, 2001
52
US
Hi all,
I'd would like to know the proper code to handle the enabled property for a control. I started to just put something like
If(Enabled = False) Then Exit Sub
In the controls initialize event but seemed like there must be more to it.
Thanks
 
Never Mind, I got it. It was even easier than I thought.
Thanks Anyhow
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top