-
3 Attachment(s)
Highlighted texbox
Following a suggestion of Kareninstructor here : http://www.vbforums.com/showthread.p...=1#post5379951
I created an highlighted textbox
For that, I use 3 new properties :
BorderColor : to set the color of the border
Borderwidth : to set the width of the border
Gradient : to say if you want a gradient of color for the border
The corners are not round yet (I am not very fond of it or maybe I am a bit lazy :rolleyes:)
For anything else the textbox act as a common textbox :
Attachment 177771
Here is a test application and the custom class :
Attachment 177769
Attachment 177770