I have subclassed my form.
And it picks up custom msgs.
One of them is a PING message...when it gets this it PINGs a msg back...which is fair enough.
It does this every 30seconds.

Now I have a loop in my app that runs for about 10-20mins.
While this is looping my form doesn't pick up the ping and thus the other component terminates itself.

I need someway of allowing Msgs through, but I don't want a user to be able to click on a button or menu, which is what doevents would allow me to do...
Any ideas?

Woka