Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27373

VB 08 Auto Click on Submit Button?

$
0
0
Code:


        WebBrowser1.Document.GetElementById("NewGamertag").SetAttribute("value", txtTurbo.Text)
        WebBrowser1.Document.GetElementById("claimIt").InvokeMember("Click")

So basically what this code does above is it "claims" (the submit button is claimIt) but only once. I want this to click very fast, such as 2 times in 1 second, but I am unaware how to do this.

Viewing all articles
Browse latest Browse all 27373

Trending Articles