How do I disable webbrowser window in winform app when dialog is shown

Posted by sparcu on Stack Overflow See other posts from Stack Overflow or by sparcu
Published on 2010-05-23T19:44:41Z Indexed on 2010/05/23 19:50 UTC
Read the original article Hit count: 170

Filed under:
|
|

I have a winform app with a webbrowser control embedded in the main form using SHDocVw.dll When dialog is shown I need to disable the browser window. The window class is "Internet Explorer_Server". pinvoke EnableWindow() did not work. What else can be done ?

© Stack Overflow or respective owner

Related posts about winforms

Related posts about webbrowser