Etched font

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When a control is disabled, the font of its associated label becomes etched
(as does its own font).

How can I make a label which is not associated with a control appear in the
same, greyed, etched font?
 
Rod said:
When a control is disabled, the font of its associated label becomes
etched
(as does its own font).

How can I make a label which is not associated with a control appear in
the
same, greyed, etched font?

Create a textbox.
Set its backstyle to transparent.
Set Locked to Yes.
Set Enabled to No.

Use that as your unassociated label.
 
Yeah, that's what I was using. I was just seeing if there was a "neater" way
of doing it.

Cheers!
 
Back
Top