Tagged Questions
4
votes
6answers
448 views
Good example of a Keyboard Shortcut Manager implementation [closed]
I am implementing a keyboard shortcut manager in which the user can assign shortcut keys to global (or contextual) commands in a Windows desktop application. Note that the application has load of ...
4
votes
3answers
300 views
Multiple instances of a Property Editor
I am designing an application in which several kind of user objects have properties. When clicking an object, the properties of the object would be shown in a pane similar to the Properties pane in ...
4
votes
2answers
2k views
CRUD Desktop Best Practice
I always use this design for CRUD Desktop Form:
Is it a good design for a CRUD Form? Do you have any suggestions for a better crud desktop form?
8
votes
5answers
3k views
Desktop software design patterns
There are a lot of resources on the web about web applications design patterns, but only a few about desktop applications.
And this is quite strange as most of the business targeted software is ...