CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: praveen_sup

Search: Search took 0.03 seconds.

  1. How to change selected text background color in Textbox ?

    Hi Everybody ,

    Can anyone please tell me how change selected text background color to green in c# textbox ? By default if I select a text in TextBox the background of selected text will be blue...
  2. Replies
    2
    Views
    5,823

    Blinking Cursor in TextBox

    Hi Everybody ,

    Can anyone tell me how to get rid of the blinking cursor in C# TextBox ?

    Cheers,

    Praveen.
  3. 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...
  4. Replies
    8
    Views
    3,046

    TextBox should accept only numbers?

    Hi Everybody,

    What properties I have to set in TextBox to accept only numbers(0 to 9) ? Text box should reject alphabetics(a..z , A..Z).



    Praveen.
  5. Replies
    1
    Views
    1,242

    Linking error- LNK2001

    Hi ,

    I have written program in 'c' and 'ada' . 'c' program call function existing in ada. I have compiled 'c' program in 'c' compiler and 'ada' program in ada compiler. I have gernerated...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured