Look and feel of VS2003 project in VS2005

C

cimdieke

I just converted one of my VS2003 windows application projects to a
VS2005 project. Everything converted fine, but I'm having an issue
with the way the application looks when it runs.

When I'm looking at the forms in design view in VS2005, all the
controls have their new 2005 look and feel. example group boxes have
rounded corners, buttons have a different look, the arrow for combo
boxes looks different. but when i run the application everything still
looks how it did in 2003.

is there any way to fix this so my application will have the new look
and feel?
 
C

cimdieke

Never mind. i found the piece of code to do what i want.

Application.EnableVisualStyles();
 

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