J
Jean-Daniel Perroset
Hello,
In c++, changing the ole timeout delay is achieved by the following code:
COleMessageFilter *m_ole_msg_filter;
m_ole_msg_filter=AfxOleGetMessageFilter();
m_ole_msg_filter->SetMessagePendingDelay(timeout);
where timeout beeing passed as parameter to SetMessagePendingDelay is the delay in ms.
By the way, I still didn't found how to implement this timeout in VBA... if somebody knows...
Best regards.
EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com
In c++, changing the ole timeout delay is achieved by the following code:
COleMessageFilter *m_ole_msg_filter;
m_ole_msg_filter=AfxOleGetMessageFilter();
m_ole_msg_filter->SetMessagePendingDelay(timeout);
where timeout beeing passed as parameter to SetMessagePendingDelay is the delay in ms.
By the way, I still didn't found how to implement this timeout in VBA... if somebody knows...
Best regards.
EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com