Category Archives: DEVELOPMENT

How to Catch the User Input in Windows? Hooking!

Recently I got involved in a project as PM which deals with user input in Windows. The task was not easy so I hope to share some know-hows and tricks to implement the one. There are two categories of user … Continue reading

Posted in DEVELOPMENT | Tagged , | Leave a comment

About Event-driven Development Environment

Human interacts with objects and these interactions are rooted in intention. Intention becomes a plan, and finally that would be a process. Looking familiar structure truely depends on how to do alike as we do. This paradigm invokes a great … Continue reading

Posted in DEVELOPMENT | Tagged , , | Leave a comment

Focus on the Issue of Multi-Threading Tech.

As prevailing of multi-core processors, the methodology of programming has changed recently. Severe contentions are on there, though, multi-threading paradigm is a well-known solution for parallel processing. I want to see this in the aspect of the performance and its … Continue reading

Posted in DEVELOPMENT | Tagged | Leave a comment