5
Answers

Win Form App - Is it possible to catch a web address from a pop-up?

ion creanga

ion creanga

13y
2.9k
1
I have a Windows Form Application that has a tabControl with a webbrowser on a tab an on the other some textboxes. I need to access a website from the webbrowser. The problem is that on that website i have to click on a link that opens a pop-up. I was wondering if there is any way to avoid the popup and load the page in the webbrowser directly. If there's a way to catch the popup address, close the popup and load the page in the application's browser. The real problem would be catching the popup address if that's possible. Thank you very much.
Answers (5)