Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do I change the font color in code-behind?

Status
Not open for further replies.

Sidro

MIS
Sep 28, 2002
197
US
how do I change the font color in code-behind?

thanks
 
Label3.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top