Re:A way to temporarly stop windows process messages ?
Quote
>"Jr?me PIALOT" <j-pia...@gil.fr> pse v diskusnm prspevku
news:3A6C1D3B.3637A1B1@gil.fr...
Quote
>I need your help !!!
>Does someone know how can i temporarly stop windows process messages, like
keyboard stroke >messages,
Quote
>restarting it at the end of a special treatment without the lost of all
messages not processed during its >treatment ?
I wonder what you've meant. Do you consider only your own application
messages or all running ones?
There are many ways to treat messages: install an message hook for any
window in the system, or simply use Application.OnMessage or write your own
TMyForm.ProcessMessages, etc, etc. But it may be complicated.
Normally, in sigle-thread application, messages are not procesed inside
event handlers,
so I don't understand why you want to stop somethig that is not happening at
all.
Please explain, what do you exactly want.
Bogdan.