您要查找的是不是:
- The process then returns to the message loop. 然后该进程返回到消息循环。
- Create a shared message loop on a new thread in the.NET Framework component. 在.;NET Framework组件的新线程上创建共享消息循环。
- Therefore, the thread that installed the hook must have a message loop. 因此,安装有该钩子的线程必须有消息循环。
- To force the processing of your application to wait until the message loop has returned to the idle state. 强制应用程序处理等待,直到消息循环返回到空闲状态。
- Component to wait a finite amount of time for the process to become idle in the message loop. 组件在有限的时间内等待该进程在消息循环内空闲。
- Begins running a standard application message loop and displays the service account form. 开始运行一个标准应用程序消息循环并显示服务帐户窗体。
- Begins running a standard application message loop on the current thread, without a form. 在没有窗体的情况下,在当前线程上开始运行标准应用程序消息循环。
- The following code example demonstrates how to display Windows Forms on a new thread with a shared message loop. 下面的代码示例演示如何用共享消息循环在新线程上显示Windows窗体。
- The following procedure demonstrates how to display a Windows Form on a new thread with a shared message loop. 下面的过程演示如何使用共享消息循环在新线程上显示Windows窗体。
- When a process with a graphical interface is executing, its message loop is in a wait state. 有图形界面的进程在执行时,其消息循环处于等待状态。
- Thrown when a thread on which an operation should execute no longer exists or has no message loop. 当应执行某个操作的线程不再存在或者没有消息循环时,将引发此异常。
- Now, you can add the following code to the message loop of your application (usually in the WndProc function). 现在,可以将以下代码添加到应用程序的消息循环(通常在WndProc函数中)。
- When a process with a user interface is executing, its message loop executes every time a Windows message is sent to the process by the operating system. 当带有用户界面的进程执行时,则每当操作系统向该进程发送Windows消息时,其消息循环执行。
- A process is said to be in an idle state when it is waiting for messages inside of a message loop. 当进程在消息循环中等待消息时,称该进程处于空闲状态。
- This approach makes a message loop unnecessary since the messages are sent directly to the dialog box procedure. 因为消息被发送给对话框过程,所以对用这种方法创建的对话框而言,消息循环是多余的。
- You can resolve Component Object Model (COM) interoperability problems by displaying your form on a.NET Framework message loop, which is created by using the Application.::.Run method. 通过在.;NET Framework消息循环(该循环是使用Application
- The coded message was indecipherable. 这份用密码写的消息译不出来。
- The news of their marriage knocked me for a loop. 他们结婚的消息使我大吃一惊。
- However, during a modal loop, the system retrieves and dispatches messages without allowing an application the chance to filter the messages in its main message loop. 然而,在模式循环期间,系统会收到、分派消息,但是并不给应用程序机会去过滤主消息循环中的消息。
- Alternatively, worker threads are used to perform background processing and do not use message loops. 另外,辅助线程用来执行后台处理而且不使用消息循环。