Hi,<o:p></o:p>
I am using
automation to launch Visual Studio as an editor for a script system.<o:p></o:p>
I have
successfully automated the creation of a temporary solution and project with
all of the correct source files, references, debug options etc.<o:p></o:p>
My problem
now is that I would like to know when Visual Studio exits so that I can cleanup
all of the temporary files and copy any modified files.<o:p></o:p>
I don't
know of any way to use the DTE to get exit events. Is there a way to do this?<o:p></o:p>
Thanks,
Eli.<o:p></o:p>