How do I simply change the size and boldness of a font of a label without changing the font-family?
...is more than I want - I don't want to change the font-family.
Thanks,
Dot
Code:
lblClassName.Font = New System.Drawing.Font("Times New Roman", 14, System.Drawing.FontStyle.Bold)
Thanks,
Dot