Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
| Overview | How Do I | | Tutorial
When no Windows messages are being processed, the framework calls the member function (described in the Class Library Reference).
Override OnIdle to perform background tasks. The default version updates the state of user-interface objects such as toolbar buttons and performs cleanup of temporary objects created by the framework in the course of its operations. The figure The Message Loop illustrates how the message loop calls OnIdle when there are no messages in the queue.
The Message Loop
.gif)
For more information about what you can do in the idle loop, see Idle Loop Processing.