VB2005 textbox - how to get 3D look like VB2003?

G

Guest

Hello,

I selected BorderStyle = Fixed3D for a textbox on a form in VB2005, but the
textbox looks flat. In VB2003 the textbox has the same borderStyle =
Fixed3D and has a 3D appearance. Is it possible to get the same 3D
appearance for a textbox in VB2005? How to do this? All of my textboxes are
flat looking.

Thanks,
Rich
 
H

Herfried K. Wagner [MVP]

Rich said:
I selected BorderStyle = Fixed3D for a textbox on a form in VB2005, but
the
textbox looks flat. In VB2003 the textbox has the same borderStyle =
Fixed3D and has a 3D appearance. Is it possible to get the same 3D
appearance for a textbox in VB2005? How to do this? All of my textboxes
are
flat looking.

Turn off Visual Styles in the application framework settings ("My
Project" -> ...). However, note that a themed application integrates better
with other applications visually if visual styles are enabled for the
system.
 

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