views:

33

answers:

0

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 ?