I'm using OPCDAAuto.dll (OPC Automation 2.0) to connect to an OPC Server.

Each time the event GlobalDataChange is raised, I change my value on the form.

The problem I have right now is if for example there's an InputBox or a MsgBox opened when the event GlobalDataChange is supposed to be raise, it's not raise and I lose the change !

Is there any way to avoid this ?