D
DavidE
Hi,
I create a Com AddIn for outlook 2003 with vb6 and I want to test it (with
debug) so I use ctrl + F5 to start the code and then I open the outlook,I go
through the code with F8 and breakpoints to check it . Then I release all
objects and close the outlook .
In the task manager I still see the outlook.exe untill I stop the code with
the 'End' button.
I made a dll with this code and use package and deployment wizard to make a
setup pachage and then I installed this in another machine. I started outlook
, the dll works good and then I closed outlook.I opened the task manager and
the OUTLOOK.EXE wasn't there.
I want to ask if it is normal that when I test the code in debug mode the
OUTLOOK.EXE remain in the task manager till I end the code with the 'End'
button and when I test the com addin that I create with this code the outlook
doesn't remain in the task manager when I close the outlook .
Thanks
David
I create a Com AddIn for outlook 2003 with vb6 and I want to test it (with
debug) so I use ctrl + F5 to start the code and then I open the outlook,I go
through the code with F8 and breakpoints to check it . Then I release all
objects and close the outlook .
In the task manager I still see the outlook.exe untill I stop the code with
the 'End' button.
I made a dll with this code and use package and deployment wizard to make a
setup pachage and then I installed this in another machine. I started outlook
, the dll works good and then I closed outlook.I opened the task manager and
the OUTLOOK.EXE wasn't there.
I want to ask if it is normal that when I test the code in debug mode the
OUTLOOK.EXE remain in the task manager till I end the code with the 'End'
button and when I test the com addin that I create with this code the outlook
doesn't remain in the task manager when I close the outlook .
Thanks
David