axWebBrowser does not release object

  • Thread starter Thread starter M4tt
  • Start date Start date
M

M4tt

Hi, i am using axWebBrowser object to display pdf's and excel
spreasheet drag dropped onto it. the trouble is once a file is
displayed in the browser it is not released. even if i close the
window, which should dispose of the webbrowser object, my files are
locked and may not be moved or renamed. any ideas how to release the
files when i navigate away from them.
Thanks,
Matthew
 
Webbrowser controls are asynchronr, so wait for events like loaded, etc for
calling other actions
 

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

Back
Top