Windows Forms Application C# Style -


i developing windows form application in visual studio 2008 (c#) , want add style items.

i have been investigating few ideas have not found example how it. possible?

my app looks like:

application screenshot

but want add more style in buttons, textboxs , other items have:

example styles

my boss insists on using visual studio 2008.

to without purchasing else, create own custom button , text box controls, either scratch or controls derived existing windows forms controls , overriding onpaint etc. take @ what's been done here:

http://dotnetrix.co.uk/button.htm

you investigate third party options.

or, use wpf if that's possibility others have said. i'd push wpf! if there's existing winforms code base can host wpf elements in winforms. see:

walkthrough: hosting windows presentation foundation control in windows forms


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -