WebBrowser control not maintaining session
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?
This previous SO question, tells you how this is done, you need to handle the NewWindow2
event.
精彩评论