Border on the text box

  • Thread starter Thread starter Darren Oakey
  • Start date Start date
D

Darren Oakey

Hi,
Anyone figured out how to get rid of the border on the text box? I want a
different "look" to my apps, but don't want to rewrite all of the textbox
functionality just to get it!

thanx!
Darren
 
The simplest solution would be to add a slightly smaller panel around your
textbox. If you set the Location of your TextBox to -1, -1 and make the Size
of your Panel 2 pixels smaller than your TextBox (both width and height) you
get a text box without a border.
 
Back
Top