I'm looking for a book or a good resource about the following subjects :
Best Practices on Windows Forms design (such best way to design GUIs -using anchors-, using default fonts, avoiding changing colours etc.)
Advice about common GUI pitfalls (usability, accessibility, compatibility)
Basically I've got a WinForms application and I keep having issues such as :
- DPI changes causes problems in the GUI
- Webbrowser Control steals the focus
- Ctrl + A doesn't work on textboxes
- Icon looks like crap in Windows Vista
- etc.
As far as I find these glitches I'm trying to fix them, but obviously a book or such a resource on the subject would be great.