Explorer close event

J

jbhan

Hi,

I am developing an add-in in .NET.
I want to be able to capture the close event of the
explorer object and then set the object to nothing.

The problem is with Outlook taking few seconds to close
completely and I hoping the above will help me solve that
problem.But I am unable to get the close event, all that
the explorer object exposes is a close method. Anyone has
suggestions on how I can get the explorer's close event
in c# code?

Thanks,
jbhan
 
H

Huw

Dont know much about .NET, but the explorer object exposes both a close
method and a close event
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top