Hi, I have these 2 links I want to start in this web browser. The point of it being in the web browser is so they can't see the 2 links.
The first link signs the person in on this gaming website. And the second link starts the game. The thing is, the first url doesn't allow "&nextURL=" so I can't get it to start as one link using System.Diagnostics.Process.Start("url"); And I can't get it to work using a webBrowser. I tried using one web browser for both url links but it just wouldn't work. I think it only started the 1st url. I then tried using 2 web browsers, 1 to sign in, and the other to start the game, but unfortunately, it didn't go as well too.
The game site also has an executable to start the game, and the .exe is connected to their site. So I tried opening up the web browser to the .exe's site, to have the user sign in, then load the next url to start the game, but that didn't prove too useful. I'm assuming that since it's using a webBrowser to sign in, it won't work on your real web browser. Because I signed in with the webBrowser1, but I went on the site and I wasn't signed in.
So if anyone can help, that'd be just awsome!! Thanks