WebBrowser Automation visual basic tips

shizzledizzleeee

Regular Member
Joined
Jan 3, 2013
Messages
407
Reaction score
83
i want to make a multi threaded bot that can post to websites .Register accounts , any tips and video tutorials?
 
i am trying to make a visual basic web browser is there anything am doing wrong here ?

 
Last edited by a moderator:
There are many tools out there that can do this for you. I would suggest using autoit and not visual basic.
 
I wouldnt use a webbrowser control for this - especially due to the fact you want it multithreaded. Look into learning how winsock and HTTP packets work.
 
httpwebrequest, I used this function to get my job done in c#, maybe it helps you too. The workspeed is much faster than the incorporated webbrowser.
 
You can use webbrowse control as per your need but you should use therad to referesh periodically
 
Back
Top