How do I disable webbrowser window in winform app when dialog is shown
- by sparcu
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 ?