vote up 1 vote down star
3

Hi,

What's the best book on designing pretty GUI for .NET applications? like Windows Vista style?

Thank you.

flag

Do clarify: is this a web or a windows forms application? You might like it Windows Vista style, but that doesn't mean it's Winforms, right? :P – Jon Limjap Jan 3 at 20:23

5 Answers

vote up 3 vote down check

I'm not sure if you're asking how to design GUIs in general or, since you mention Windows Vista style, if you are asking about WPF.

For the former, a classic here is the book Desinging Interfaces by Jenifer Tidwell.

If it's the latter, I recommend the book Pro WPF in C# 2008: Windows Presentation Foundation with .NET 3.5, Second Edition by Matthew MacDonald.

link|flag
Yep, I mean WPF. Thank you! – qqcn Jan 3 at 20:55
vote up 1 vote down

As far as Windows Forms programming goes (if you are not ready to make the jump to WPF yet), Windows Forms Programming in C# and Windows Forms Programming in VB.NET by Chris Sells lay out the basics of Windows Forms programming in .NET rather well. Of course, if you really need the aesthetic appeal, then WPF is a better route, but a steeper learning curve.

link|flag
vote up 2 vote down

I found very good also Windows Presentation Foundation Unleashed by Adam Nathan (http://www.amazon.com/dp/0672328917).

link|flag
vote up 1 vote down

Unlike artists who use Flash, Photoshop and the like, we developers have an absolute minimum of literature which actually showcases successful interface design. Also, since this field isn't exactly 'mainstream' for developers and the 'UI designer' is not an official employment position in most code shops, we're kind of stuck. Let me give you an example: you cannot find a book that tells you how to use something like DevExpress or Infragistics. I guess this kind of book would be pretty hard to rationalize financially (though I wouldn't mind one).

My advice is to just get lots of experience with UI libraries and try to impress people with adventurous use of 3rd party controls.

link|flag
Just don't get /too/ adventurous. 'Usability' is often at odds with 'interesting' and the former is what your customers and users will care about. – Dana Robinson Jan 4 at 8:43
vote up 9 vote down

Don't forget to follow Microsoft's user interface conventions (even if MS doesn't).

The main site is here

And the Vista guide in pdf is here (largish download).

link|flag

Your Answer

Get an OpenID
or

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