in vb.net Is it possible to apply red (or anyother) colour to first letter of text of label control and other colour for remaining portion?if yes, then how?here is an example
suppose, name of label control is label1. then text of label 1 would be
label1.text=vbdotnet.
Loading
Mahesh ChandPosted Oct 5, 2010, 3:36 PM
The only way you can do this is by drawing text letters using Graphics.DrawString method.
BTW: You need to post your questions in the right forum categories. This question does not belong to Active Directory.