Hi,
I am a beginner in IAC. I am executing a plug-in throung an mfc based IAC dialog box.
But when my plug-in takes little longer time to execute a pdf, then I am getting a server busy dialog, asking swith to/retry option.
Can you please let me know how to get rid of this dialog.
I got the answer in c++ - How to disable dialog "switch to"-"retry"-"cancel" - Stack Overflow
to use
AfxOleGetMessageFilter()->EnableBusyDialog(0); | |
AfxOleGetMessageFilter()->EnableNotRespondingDialog(0); |
But its giving error error C2027: use of undefined type 'COleMessageFilter'
So please anyone help me to solve the issue.
Thanking You
Saffiuddin Sheikh.