tags:

views:

55

answers:

1

Hi all and thanks! that second time i'm asking this question here, first time i didn't explain my self well enough. I've developed a windows forms software in C#, the form is very simple with regular buttons, etc...I want to make it look better, much more better, as example, how did microsoft designed the zune player? my question is actually is from where to start, learn designing and design my windows form software? Thank you all, Amit

A: 

I don't know what the Zuna application looks like, but to do some Office 2007 style design, you might have a look at the free Krypton Toolkit. It should be pretty easy to convert your existing application to use the Toolkit. You can find it here: http://www.componentfactory.com/free-windows-forms-controls.php

TehOne