up vote 8 down vote favorite
3
share [g+] share [fb]

I'm looking for a style guide to unify Windows applications. I'd like it to contain stuff like "Always put dialog result buttons 5 pixels from the edge of the window"

I know Visual Studio helps me with this but I'm Delphi 7 at the moment (yeah I know).

link|improve this question

68% accept rate
Well, thank you on behalf of all Windows' users: if there were some other programmer out there worrying about this kind of things life would be a lot easier for us :-) – Manrico Corazzi Sep 24 '08 at 13:16
feedback

10 Answers

up vote 13 down vote accepted

Here's the User Experience Guide for Windows Vista. If you are developing for XP, you should be able to find that one as well.

EDIT 1: This appears to be the guide for XP.

EDIT 2: Following Andrew's post, this is the User Experience Guide for Windows 2000 and XP.

link|improve this answer
Thanks for the acknowledgement ;o) – Andrew Sep 30 '08 at 14:36
feedback

About usability I'd recommend Don't Make Me Think.

link|improve this answer
It's in the batch of books I just ordered :) – Niklas Winde Sep 24 '08 at 12:28
feedback

Microsoft produce User Experience (UX) Guideline documentation for Windows XP and 2000, and Windows Vista

Both are full of information regarding conventions, including layout.

link|improve this answer
feedback

The Windows Vista User Experience Guidelines may be what you are looking for.

I made a related post the other day regarding user interfaces on a related question.

link|improve this answer
feedback

Not so much a style guide, but Joel wrote a book called User Interface Design for Programmers a few years back. It's more about GUI design philosophy.

link|improve this answer
Read it already but thanks -good advice! – Niklas Winde Sep 24 '08 at 12:32
feedback

If you're still stuck with VCL7, I highly recommend you check out DevExpress' ExpressLayout Control. Whilst the product page pimps it as a user-focussed, layout management control, I've used it a lot to enforce layout standards.

Drop the control on a form & maximise it. Drop your controls onto it, group them appropriately (eg, a group for buttons at the bottom of a dialog) and the Layout Control looks after all the alignments: setting buttons in from the edge of the form, aligning text labels an input boxed, etc. It supports a few different layout styles, one of which is very Office-centric - making for some polished forms with very little effort (after you get used to the grouping concepts).

This may sound like spam, but I'm just a happy customer :)

link|improve this answer
feedback

Answer for the guestion in title: For browser look and feel, Oracle has a decent guide: BLAF (http://www.oracle.com/technology/tech/blaf/index.html)

Although it's a few years old, the basics are still the same.

link|improve this answer
feedback

I'd also recommend Designing Interfaces. An excellent guide for different types of interface elements with plenty of examples and tips on appropriate uses.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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