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
 
Back
Top