1
vote
6answers
79 views
Separating Logic/GUI and user interaction
Hi,
imagine you have a function that creates/copies/moves files. [logic]
For the case that a file that should be copied/created already exists you would like to ask the user to o …
4
votes
6answers
207 views
C# For how long was user inactive
Some background:
I am writing a application with several forms, etc. Users have to log in in order to use most of the features, and this worked fine until now. However, now, client …
5
votes
11answers
453 views
Resources to create applications with a great user experience?
I am making the distinction between User Experience and pure User Interface (UI) design here, even though there is usually a tie-in. You can have great user interaction even with a …
1
vote
2answers
154 views
How can a C# Windows Console application tell if it is run interactively
How can a Windows console application written in C# determine whether it is invoked in a non-interactive environment (e.g. from a service or as a scheduled task) or from an environ …
2
votes
6answers
94 views
What subjects are beneficial to learn in order to understand human interaction with computers
I was inspired by this question, and it's first answer to ask my question.
What specific areas of study, if any, focus on human-machine interaction and the study of human behaviou …
