Web Browser control
-
I am using vs2003 for a vb.net windows app. I need to create a web browser app that saves password that login to a web site. Theses user accounts are in a database that I can change. The web browser app shares theses login accounts for more users. The web browser app manages current users and kick them off when more users join the wait queue. Micro share accounts. The problem I am running into is that javascript popups, like calling a javascript function that uses window.open, jump out of my app and opens in the default web browser.. and needs to be kept in my browser app. When it opens in default web browser the login authorization falsea and then requires them to login. I currently hide the login screen from the user and can't let them see it. What work arounds can I do?