V
Vineet Ahuja
Hello,
I am using win2000 with office 2000.
I perform some automation tasks on winword in my code
using MFC and COleDispatchDriver.
But even when I have released the IDispatch calling
m_bAutoRelease = TRUE; and ReleaseDispatch() I still have
winword.exe in my task manager.!!WHY??
Even in the microsoft
article:"http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dno2kta/html/offaut.asp" they have done
some thing like:
oWordApp.Quit(vOpt, vOpt, vOpt);
Which I do not want to do!!As it'll kill all other word
objects also which might be running in visible mode.!!
Help required!!
I am using win2000 with office 2000.
I perform some automation tasks on winword in my code
using MFC and COleDispatchDriver.
But even when I have released the IDispatch calling
m_bAutoRelease = TRUE; and ReleaseDispatch() I still have
winword.exe in my task manager.!!WHY??
Even in the microsoft
article:"http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dno2kta/html/offaut.asp" they have done
some thing like:
oWordApp.Quit(vOpt, vOpt, vOpt);
Which I do not want to do!!As it'll kill all other word
objects also which might be running in visible mode.!!
Help required!!