Advertisement
2_2002-2004 Coding Standards #114588

Replacement for DoEvents

Stop All these DoEvents cr*p post. This is the way it windows does it and done in c++. Slight update from my last one. zip is included.

AI

Riepilogo AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Codice sorgente
original-source
While b
 'It is better if you get the hwnd value beforehand so you
 'do not have to ask the vb dll for it each and every time
 DoMyEvents (Me.hWnd) 'Endless loop
 'If you want other window to be processed
 'then you need to DoMyEvents () with their HWND
 'That is why you cannot pause the ide window
 'when your in this loop.
Wend
Commenti originali (3)
Recuperato da Wayback Machine