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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

additional labels assigned to a textbox

Status
Not open for further replies.

ZiiX

Technical User
Joined
Apr 23, 2004
Messages
10
Location
US
How do i assign more labels to a text box like the default wizard does?

Thanks for your time.

Shane
 
Just curious, why do you need additional labels assigned to a textbox? And, how do you get the wizard to assign more labels?

Bob Scriver
[blue]Want the best answers? See FAQ181-2886[/blue]


 
The wizard assigns that 'one' and I wanted more. I'm creating a function to dim out things and I would rather dim out just the control text box and have and text labels associated with it dimmed out as well without writing them into the script... Nothing too important just wondered.

shane
 
The way I do this is arrange my controls on the screen. I then select the label and copy/paste it to create another duplicate. I then delete the attached label. Move the new unattached label in place. Now when you dim or disable the control the labels stays lit.

Just my way of doing it.

Bob Scriver
[blue]Want the best answers? See FAQ181-2886[/blue]


 
I think ZiiX actually wants all the relevant labels to become greyed out without having to explicitly disable them all via code.

Unfortunately I don't think it is possible to attach more than one label to a control.

Alec Doughty
Doughty Consulting P/L

"Life's a competition. Play hard, but play fair"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top