Zitat von
Yheeky:
Erstmal vielen Dank Yankee für deine Erklärung. Endlich weiss ich jetzt wie ProcessMessages funktioniert, das war mir wirklich immer ein Rätsel. Nochmals vielen Dank!
Hilfe lesen bildet:
Zitat:
Description
Call ProcessMessages to permit the application to process messages that are currently in the message queue. ProcessMessages cycles the Windows message loop until it is empty, and then returns control to the application.
Note: Neglecting message processing affects only the application calling ProcessMessages, not other applications. In lengthy operations, calling ProcessMessages periodically allows the application to respond to paint and other messages.