Border on the text box

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
 
M

Maarten Struys

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top