Wednesday, August 28, 2013

Textbox border property for a Textbox in .net 2.0

Textbox border property for a Textbox in .net 2.0

In VB.net a textbox does not have border color property. But i want a
control with border color property. I have tried the code mentioned in
this link. By using it i was able to create a control which can be added
to visual studio and can be used. It works fine for me for .net 3.5 target
projects. But it does not work for .net 2.0 targeted project. The border
color does not change.i have even tried building the control(dll) using
.net 2.0 target and adding it to project but it didn't work. So please
help me on it or any alternative for it

No comments:

Post a Comment