inheriting a textbox using C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Inbaraj
    New Member
    • Apr 2007
    • 76

    inheriting a textbox using C#

    Hi..

    C# winform we have normal textbox i want to bring some extra Graphich feature like 3D effect blinking boder in the textbox. I dont know how to do this can any one help me how to achive this....



    Thanks in advance....


    with regards

    Inbaraj.D
    inbaraj.d@kggro up.com
    +919944539930
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Well inherit a textbox. Then add on to ownerdraw and the Paint event and stuff?

    Comment

    Working...