ajl
ajl

Reputation: 714

VB.Net Web Browser control - how do you handle popups?

I have a large project in Vb.net which drives a web browser control around. What's the best, and easiest, way to manage browser pop ups? Note, I am not just looking to cancel or close them. I need to manage them just like the main window.

Upvotes: 2

Views: 7212

Answers (1)

Chris Haas
Chris Haas

Reputation: 55417

Check out the NewWindow/NewWindow2/NewWindow3 events:

Upvotes: 3

Related Questions