3D border question

Q

Quinn

Some .Net controls have a 3D borders, but if windows XP Display "Appearance"
setting is "Windows XP style", The 3D border changed to XP style. I also
noticed VB 6 3D borders do not change. Is there a way to make 3D border
display all the time no matter what windows settings you choose?

Thanks
 
H

Henning Krause [MVP - Exchange]

Hello,

in .NET, you can force to use the old style by removing the
Application.EnableVisualStyles in the main method. But I wouldn't do that:
If I'm running an application in a themed environment (Windows Aero or XP
Luna), I expect the windows of that application to be themed as well.

Best regards,
Henning Krause
 

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

Similar Threads

Possible a MIME has corrupt or loss 1
3D borders 4
remove combox 3d border 1
Tab Control Border 1
Garbling Messages 5
OE/IE Fonts 2
Confusion about Visual Styles 2
How to change window border colours? 1

Top