Dec 29, 2003 #1 Sidro MIS Joined Sep 28, 2002 Messages 197 Location US how do I change the font color in code-behind? thanks
Jan 5, 2004 #2 tomcoombs Programmer Joined Aug 14, 2003 Messages 65 Location GB Label3.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); Upvote 0 Downvote
Label3.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));