Amitd
Amitd

Reputation: 4859

WinForms Usability and Best Practices

What are some of the different Usability tips/tricks and best practices followed
with WinForms-based applications, or which are followed as a Standard?

These might be anything like font styles/sizes/color, number of controls on form, showing processing, error checking, themes, layout of controls, etc.

Any resources/links or checklists?

Thanks Everyone!

Upvotes: 1

Views: 598

Answers (2)

Ignacio Soler Garcia
Ignacio Soler Garcia

Reputation: 21855

The most basic advice that I will give you is to look to other applications in your sector and do what they do. The users probably will be used to that style and would love to not have to learn new ways of working with the interface.

Also, chek this pdf, i've used it several times: Usability guide

It canbe found here too: http://static.lukew.com/webforms_lukew.pdf

Upvotes: 1

Serkan Hekimoglu
Serkan Hekimoglu

Reputation: 4284

Well there are lots of free/paid components to use. DevExpress components are my favorite (Grids, buttons, panels etc). Just google it o/

Upvotes: 0

Related Questions