simpleonline1234
Junior Member
- Jan 26, 2010
- 170
- 13
Depending on what you want to get out of it.. I am self taught using VB.NET and start with the sole intent of creating bots for SEO.
I've on here quite often asking questions about everything bot related.
I can snap out some bot pretty fast...once you learn the ropes you will get the hang of it.
there is a website that not only "gives" you the code but also shows you in a video and it's all based on VB.NET
http://howtostartprogramming.com/vb-net/
For basic bot making you can really just copy and paste the code from this site.
That being said you might run into the same situation as I have over the last several months.
Copy and pasting you don't learn crap and when you run into an error you can spend hours trying to find a result.
But the people on this forum have more than helpful to show me the way when I got lost....quite a few of them aggrevated but they still helped.
If I could do it all over again I would start from scratch and work my way up the ropes but building up to the web programming aspect of the language.
I'm almost done halfing arsing my first bot in VB.NET that will do everything I want it to do but it took my 6 months time and all my extra time to build.
I personally am about to start completly over but in a more powerful language C++. Since I am going to have to learn it from the ground up I might as well learn a language that is powerful and versitle.
My that's my take on it.
Here is a hint that will help you on your way to botting. For very basic bots you can use the web browser control. With this you can do pretty much what you need. It is a bit laggy compared to other features but if you are new and insist on starting the language at such an advanced stage then you will want to use web browser first....then move over to webclient, then httpwebrequest, then sockets.
I never made it past httpwebrequest because I had all the speed I needed with httpwebrequest.
Best of luck and hit me up if you need help...I know how it is when you are first starting out.
I've on here quite often asking questions about everything bot related.
I can snap out some bot pretty fast...once you learn the ropes you will get the hang of it.
there is a website that not only "gives" you the code but also shows you in a video and it's all based on VB.NET
http://howtostartprogramming.com/vb-net/
For basic bot making you can really just copy and paste the code from this site.
That being said you might run into the same situation as I have over the last several months.
Copy and pasting you don't learn crap and when you run into an error you can spend hours trying to find a result.
But the people on this forum have more than helpful to show me the way when I got lost....quite a few of them aggrevated but they still helped.
If I could do it all over again I would start from scratch and work my way up the ropes but building up to the web programming aspect of the language.
I'm almost done halfing arsing my first bot in VB.NET that will do everything I want it to do but it took my 6 months time and all my extra time to build.
I personally am about to start completly over but in a more powerful language C++. Since I am going to have to learn it from the ground up I might as well learn a language that is powerful and versitle.
My that's my take on it.
Here is a hint that will help you on your way to botting. For very basic bots you can use the web browser control. With this you can do pretty much what you need. It is a bit laggy compared to other features but if you are new and insist on starting the language at such an advanced stage then you will want to use web browser first....then move over to webclient, then httpwebrequest, then sockets.
I never made it past httpwebrequest because I had all the speed I needed with httpwebrequest.
Best of luck and hit me up if you need help...I know how it is when you are first starting out.
Last edited: