fxkim
fxkim

Reputation: 363

Best practice UI guide?

I'm looking for a guide about UI best practices, in particular for Windows winform applications, with recommendations or descriptions of control sizes, label/textbox alignment, choice of checkbox or radio, etc.

Upvotes: 16

Views: 16726

Answers (2)

Gustav Swanepoel
Gustav Swanepoel

Reputation: 91

I realize this question was asked many years ago. For Windows current design guidelines at: Design and code Windows apps

Upvotes: 0

Nicole Calinoiu
Nicole Calinoiu

Reputation: 20982

If you're looking to create an application with the look and feel of a "typical" Windows application, the Windows desktop UI Guidelines documentation is probably a good place to start. It does contain recommendations for the points mentioned in your question, as well as many others that you probably haven't even considered yet.

Upvotes: 36

Related Questions