views:

351

answers:

1

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.

+1  A: 

Check out the NewWindow/NewWindow2/NewWindow3 events:

Chris Haas
This worked with the extended browser control. This worked... thanks.
ajl