Hello,

I am creating a simple windows applications using Visual C#. Everything looks good excep the Buttons. Eventhough the buttons looks to have rounded corners and look like Windows XP in the Visual C# developing enviroment, once I build the application the buttons looks old fashion square shape like the one in Win3.1.

This is the way the Buttons on my application look:
http://www.functionx.com/vcsharp/applications/bodytag.htm

and I would like them to be like this one:
http://csharp.simpleserial.com/

Could you be kind enough to tell me how I can change this?

Thank you for your help.

Khoramdin

Recommended Answers

All 5 Replies

please post screenshots

what Windows and Visual Studio environment are you running?

one possiblity would be to design the buttons yourself. look at the following for a great introduction and example:
http://www.codeproject.com/vb/net/XPStyleB.asp

hope this helped
pygmalion

Member Avatar for iamthwee

what Windows and Visual Studio environment are you running?

one possiblity would be to design the buttons yourself. look at the following for a great introduction and example:
http://www.codeproject.com/vb/net/XPStyleB.asp

hope this helped
pygmalion

That's a bad idea - no need to reinvent the wheel. Even if you have an older version of visual Studio you can still get windows xp styled buttons by including a manifest file in the same directory as your executable.

If all that's too much hassle download c# 2005 express?

That's a bad idea - no need to reinvent the wheel.

indeed, the alternative method is not first choice. that's why i asked for the running versions.

pygmalion

One thing too is for me on my XP setting I have all the flash appearances fancy shading turned off to gain the extra performance.

When all the setting are turned up in XP you will get the cool looking buttons. Ran my app on another machine and was like WOW that looks cool.

My 2 cents

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.