the Microsoft desktop Operating System family.
19
votes
5answers
12k views
Is there a Windows 8 desktop UI Guideline or HIG anywhere in the world?
And I don't mean Win 7 / Metro UI guidelines, I have them up the wazoo, but I've changed jobs and need to start looking at the new Windows 8 DESKTOP design. I know it takes a lot of cues from Metro on ...
14
votes
6answers
288 views
Delay on keystroke when search as you type
I'm deploying an instant search on my windows app. At the first implementation, when the user type a key, the search engine make a query and return the results. I thought that that wasn't too much ...
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" ...
10
votes
2answers
10k views
Windows 8 Metro Design Examples / Guidelines [duplicate]
Possible Duplicate:
Where can I find style guide for metro UI for web applications?
Not a technical question about how to build an app (I'm just going to use DevExpress Tiles, mostly ...
18
votes
7answers
1k views
Should yes/no dialogs also have a cancel?
I remember once reading an article that said whenever you present a messagebox with a Yes/No choice, you should always also provide a Cancel button, even if it does the same as No.
The rationale was ...
12
votes
10answers
768 views
Are some of Windows 7's UI less intuitive than previous versions?
One feature I can't understand is the minimize to desktop button. I can't imagine why it is more intuitive to put it as this little tiny transparent strip on the bottom right hand side instead of ...
5
votes
1answer
246 views
Why would number lock be disabled by default?
There was a time that number lock was enabled by default (at least in a Windows environment). Then, after an update one day, all the sudden the Number Lock is disabled. Why the change? What is it ...
4
votes
4answers
184 views
Which button should get the focus at delete dialogs?
I thought that most destructive actions should be avoided from default actions. But when a delete dialog comes, I see that most Windows applications (even the OS), by default, set the focus at ...