VB. NET Button click help

xxlfire

Newbie
Joined
Jan 25, 2015
Messages
18
Reaction score
2
Hello guys,

i just ned some basic help at clicking a button, now what my problem is that i dont want to click multiple buttons at once
but one button the the other, now my problem is that i get the button i want to click with a html class string.

if someone can help me please hmu

skype: entertianlp

display name is prefire
 
You should use Subs or Functions for those activities, and just use the code in 1 button to call each Sub/Function successively.
 
No one will help you privately, post here the website and specific the button which need to be clicked.
 
Set a timer between each click? Also you should use http requests instead, it will scale up way better than just making "clickers".
 
Back
Top