Tagged Questions
6
votes
1answer
178 views
Why is HideSelection the default on Windows?
I've always wondered why Windows controls have their HideSelection property set to true by default?
Example (TreeView): ...
40
votes
6answers
2k views
Should I provide feedback from a save button?
I'm currently in the process of developing a Windows Application which produces Word Documents.
In the program there is the ability to save your progress (different to the "Save as a Word Document" ...