vote up 4 vote down star
2

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?

flag

3 Answers

vote up 1 vote down check

You may also want to take a look at the "Windows User Experience Interaction Guidelines" or UX Guide available at http://msdn.microsoft.com/en-us/library/aa511258.aspx or in PDF. Here's the goals as listed on the website:

  • Establish a high quality and consistency baseline for all Windows-based applications.
  • Answer your specific user experience questions.
  • Make your job easier!
link|flag
vote up 2 vote down

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/

link|flag
WPF is certainly awesome for the way something looks (and you get an up for it's mention :) ), but I'm really looking for improving "flow" and layout on a form. – Anthony Potts Oct 9 '08 at 21:48
vote up 1 vote down

http://windowsclient.net/ is a Microsoft site for windows forms.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.