How does SendMessage differs from PostMessage
In Windows programming, the way user can interact with an application is using Windows – User Interface element. How the interaction happen is, by sending messages or events to window or application. With every Windows application (Process) there is a primary thread associated with it. So thread is entity that can be scheduled for execution [...]
Continue reading →