Reputation: 13649
I'm exploring the WebBrowser control and try to login to my email account. The problem is when I open a message in a new window, it seems that the session is not carried out to the new window requiring me to login again... what's the problem of this?
Upvotes: 2
Views: 4236
Reputation: 16018
This previous SO question, tells you how this is done, you need to handle the NewWindow2
event.
Upvotes: 2