Hi, I would like to know if there is any way to disable the Just-In-Time debugging capability of the browser control programmatically, and only for my own application. I know that checking "Disable script debugging (IE)" and "Disable script debugging (Other)" can remove the JIT dialog. But for some reason, my users wanted to leave them unchecked. IWebBrowser2::put_Silent didn't suppress JIT, IHTMLWindow2::put_onerror doesn't appear to have effects either. So is there any interface I should implement to suppress the JIT dialog? -- Thanks in advance, Bill Holt
Check this: http://support.microsoft.com/kb/317024 "Bill Holt" wrote: > Hi, > > I would like to know if there is any way to disable the Just-In-Time > debugging capability of the browser control programmatically, and only for > my own application. I know that checking "Disable script debugging (IE)" and > "Disable script debugging (Other)" can remove the JIT dialog. But for some > reason, my users wanted to leave them unchecked. > > IWebBrowser2::put_Silent didn't suppress JIT, IHTMLWindow2::put_onerror > doesn't appear to have effects either. So is there any interface I should > implement to suppress the JIT dialog? > > -- > Thanks in advance, > Bill Holt >