R
Ronald S. Cook
How do I make a label bold at runtime (i.e. in code)?
Thanks,
Ron
Thanks,
Ron
Ronald S. Cook said:It says bold is a read-only property.
Mr. Arnold said:This may be what you're looking for possibly. It seems kind of ridiculous
that you just can't set .Bold = true.
'Font' is only a wrapper around a Win32 'HFONT'. In Win32, font objects
cannot be altered after they have been created.
Fabio said:You're right, but this is not a good way.
In VB6 the Font wrapper let you change the style, name, size, ecc... and
in .Net object of this type tell me "but I need to Dispose the old one or
the fw will do it for me?".