CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Sep 2002
    Posts
    5

    How to change TextBox border color in C# ?

    Hi,

    In C#

    TextBox tb;
    tb.BackColor = Color.Black
    tb.ForeColor = Color.White.

    how to change border color of text box ? I tried Using BackColor and ForeColor but I could not change border color.

    Thank,

    Praveen.

  2. #2
    Join Date
    Jul 2002
    Location
    India
    Posts
    505
    No easy way around that one...

    http://dotnet247.com/247reference/msgs/27/137265.aspx

    Satish

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured