Great!!
So if the user is using "Windows Classic style" then is there a way of overriding this and using "Windows XP Style" for the application?
Main Topics
Browse All TopicsHi there,
I have my Windows style set to "Windows XP Style". In the design view in VS2005 all the controls look like "Windows XP Style" but when I run the app my controls look like "Windows Classic Style".
Why is this and how can I make them look like "Windows XP Style" controls all the time?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Actually I don't the answer but:
The base classes are same, the visual changes are due to rendering differences, therefore, the user should see your buttons classsic view if he selects "Windows Classic style"
You may use image's instead of buttons to fix the view above the operating systems. But I don't recommend (as it increases your work dramatcally)
Yea 2005 has that same property:
Application.EnableVisualSt
I've set it to true but still when the user has selected "Windows classic style" the app still gets displayed with "Windows classic style" controls.
I guess there is no way of overriding this... right?
Sorry to drag this on for ages. I'll close it after your next reply.
Thanks a lot,
D
Business Accounts
Answer for Membership
by: tolgaongPosted on 2006-03-17 at 03:00:32ID: 16214323
Double click on "my Project"
Select application from the left
At the right
be sure that "Enable XP visual styles" are checked.