I made an activex with VB6 and use RaiseEvent to send event to the client.
I made too a client under vb6 to test my control.

If i have a modal dialog box opened by the activex code then the client don't receive the raised event sent by the control (on a timer scheduler).

WHY ???