Reputation: 363
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
Reputation: 91
I realize this question was asked many years ago. For Windows current design guidelines at: Design and code Windows apps
Upvotes: 0
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