C# programming

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vincejil
    New Member
    • Oct 2007
    • 1

    C# programming

    How to insert a color in my statement in C# programming?[
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    I've moved your question to the .NET Forum where it belongs.

    kind regards,

    Jos

    Comment

    • nateraaaa
      Recognized Expert Contributor
      • May 2007
      • 664

      #3
      Originally posted by Vincejil
      How to insert a color in my statement in C# programming?[
      Are you asking how to change the font color of a label? or something else?

      label1.ForeColo r = Color.Red;

      Nathan

      Comment

      Working...