When a real user clicks on a button it generates a Windows message which is processed by the control and turned into a managed event. 当实际用户单击按钮时,它会生成一个Windows消息(WM),该控件对该消息进行处理,并将其转换成托管事件。
During idle time, the UI thread is also responsible for processing all messages in the application's Windows message queue. 在空闲时候,该UI线程同样要对应用程序的窗体消息队列中的所有消息进行负责。
A selector is analogous to a Windows message loop, in which the selector captures the various events from different clients and dispatches them to their respective event handlers. 选择器(selector)与Windows消息(WM)循环类似,它从不同客户机捕获各种事件并将它们分派到相应的事件处理程序。
This dissertation first introduces and analysises related technologies, including SMS, Windows message mechanism and hook technology. 本文首先介绍和分析了相关技术,包括短消息技术、Windows的消息机制和钩子技术;
According to the study of Windows message and API, a control program to intercept and replay events is designed. 并且通过对Windows消息(WM)和API的详细研究,设计了一个监控程序来截获和回放事件。