OnQuit event of DWebBrowserEvents2 interface not called on IE8 on some Vista machin
-
Hi , I am creating BHO component in which I used DWebBrowserEvents2 interface and overrides its OnQuit() function. When i test this function on IE8 on Vista, it called on my machine but does not called on other machine with same configuration. What may be the problem for not calling onQuit() function on other machine. Does this mean that IE8 is not installed properly on other machine, or there is need to installed windows update for this. please let me know how IE8 behavior change from machine to machine. Thanks Atul
-
Hi , I am creating BHO component in which I used DWebBrowserEvents2 interface and overrides its OnQuit() function. When i test this function on IE8 on Vista, it called on my machine but does not called on other machine with same configuration. What may be the problem for not calling onQuit() function on other machine. Does this mean that IE8 is not installed properly on other machine, or there is need to installed windows update for this. please let me know how IE8 behavior change from machine to machine. Thanks Atul
Documentation states OnQuit 'Fires before the Windows Internet Explorer application quits'. May be you can check if the IE has actually quit.