Apr 27, 2024 #1 E Ed Schowalter New member Joined Apr 9, 2024 Messages 13 Points 1 i want to make a multi threaded bot that can post to websites .Register accounts , any tips and video tutorials?
i want to make a multi threaded bot that can post to websites .Register accounts , any tips and video tutorials?
Apr 27, 2024 #2 Flatley New member Joined Apr 10, 2024 Messages 13 Points 1 There are many tools out there that can do this for you. I would suggest using autoit and not visual basic.
There are many tools out there that can do this for you. I would suggest using autoit and not visual basic.
Apr 27, 2024 #3 Karli Schumm New member Joined Apr 10, 2024 Messages 13 Points 1 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.
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.
Apr 27, 2024 #4 Daija Osinski New member Joined Apr 10, 2024 Messages 13 Points 1 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.
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.
Apr 27, 2024 #5 Fiona Parisian New member Joined Apr 10, 2024 Messages 12 Points 1 You can use webbrowse control as per your need but you should use therad to referesh periodically