WebBrowser : how to show popup window?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am using the WebBrowser control in a winform application. Is there a way where in WebBrowser can show the popup window as a part of navigating to a URL. Scenario: - Navigate to a login URL using the WebBrowser control. - Navigating to this login URL popups a window (in the IE) which shows the session/usage. I need to show this popup in the same WebBrowser control itself and not in IE. Can this be achieved. -Sunil