VB.Net 2008 Chrome or Firefox control
- by AndyD273
I'm trying to figure out a way to have multiple sessions at the same website at the same time.
I've been using the SHDocVw.InternetExplorer control in Visual Studio 2008 to open a web browser and log in, but at times we need to use a separate login.
I haven't found a way to do this using just internet explorer (it just uses the credentials of the first login), so I figure if I can find a similar control for another brower that allows DOM level access then I can just use that.
If anyone knows of anything I can try that would be very helpful.