Hey guys well im making premium link generator for some webhosting service...
So i want to use more than 1 account because if 2 or more users start app they can download because already some one is downloading w/e i want to make to app alone choose with which one account to connect... How to make that?? Here is code with one account:

If WebBrowser1.DocumentText.Contains("Forgot your password?") Then
            With WebBrowser1.Document
                .GetElementById("username").SetAttribute("Value", "USERNAME")
                .GetElementById("password").SetAttribute("Value", "PASSWORD")
                .GetElementById("loginfrm").InvokeMember("submit")
            End With
        End If
Member Avatar for Huntondoom

use more webbrowser, 1 webbrowser can hold 1 acount

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.