I have a Listview like the Address book in outlook. and it looks like
Name Phone
----------------------------
Everyone
User1 12345
User2 54321
User3 98765
I need the row "Everyone" to Bold letters. And my listview is
<ListView Name="lvContacts"
Grid.Row="2" Grid....
Please do not mark it as a dupe of this question just yet:
http://stackoverflow.com/questions/1881865/bold-labels-in-mfc
That question does not help me; for some reason I do not see the rich edit control. Instead I believe I have to do it in code. here is a sample I found:
http://www.tech-archive.net/Archive/VC/microsoft.public.vc.mfc...
When I design in Photoshop, my fonts are thin and crisp, but when I declare fonts in CSS -- even when using font-weight: lighter -- the fonts always appear bolder.
Maybe this is just how the browser renders the font (In IE fonts stay thin), but I was wondering if there were any tricks or tips for achieving the same thin, crisp looks.
...