Hi
Is it possible to change the font of a single word within a list item?
ie. Display a person`s lastname in bold and all other details as normal.
Thanks
Gregg
Printable View
Hi
Is it possible to change the font of a single word within a list item?
ie. Display a person`s lastname in bold and all other details as normal.
Thanks
Gregg
I don't think that's possible in a listbox...but what you could try is formating the text to the desired format, storing it, and then adding it to the list box. I doubt that it will work but give it a shot.
Gl,
D!m
Aaron Young's code may be of interest to you.
http://forums.vb-world.net/showthread.php?threadid=666
Aaron's code deals with fore and backcolors. I have not seen any article that demonstrates how to do what you are asking.
With any luck, Aaron will join in and prove me wrong as he does to numerous people on numerous occassions.