Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resources for windows form design and increased usability [closed]

The majority of resources that I have for UI design all deal with the web world. There are a number of advantages there because of the dynamic nature of the presentation layer.

However, I would like to design better windows form programs. I want a professional flow to my applications. Right now they look pretty by using WPF, but events seem disjointed (i.e. almost unnatural progression) and I don't really know how to design a good (usability wise) interface. Does anyone blog about that sort of thing?

like image 573
Anthony Potts Avatar asked Oct 14 '22 18:10

Anthony Potts


1 Answers

Try considering WPF as the technology to develop Windows application then you can use lot of vector graphics(XAML) and so lot more than what you can do with windows forms. There is a great blog comparing both http://joshsmithonwpf.wordpress.com/2007/09/05/wpf-vs-windows-forms/

like image 141
Jobi Joy Avatar answered Oct 21 '22 07:10

Jobi Joy