I'm kind of new to vb. And i need to learn how to program. And how to make my own bot.
If you have list of tutorials that can walk me though please post them in this fourm.
I'm using
Visual Basic - Control Creation Edition
*Free edition*
....
I have an idea, learn visual basic. Don't steal others source codes, because chance are if you don't know vb you will not know what is going on in the source...
Writing something fun and easy is a good way to learn a language. Starting with a CHAT bot is the easiest thing to do. Go to the BotDev forum, and the BotDev website, where combined you can see hundreds of VB source code samples from bots. I know on botdev website there is my old tutorial of a chat bot framework. It is an acceptable place for a total beginner to start.
BotDev Forum (http://forum.valhallalegends.com/phpbbs/index.php?board=17)
BotDev Website (http://botdev.valhallalegends.com)
HTH,
Grok
www.vbtutor.net
k
Read Sam's Teach Yourself VB in 21 days.
Where i get it from?
Quote from: Forged on May 17, 2004, 07:51 AM
....
I have an idea, learn visual basic. Don't steal others source codes, because chance are if you don't know vb you will not know what is going on in the source...
Studying examples put out by other people can be a good way to learn something new... He never suggested stealing anything.
lol,
If your newb to Visual Basic, there is no way you can code your own chat bot. I'd start off with stuff like calculators. VBTutor.net is the website that I learned the basics.
Edit: Doom, your also right, I also learned a great amount by looking at source codes,(Learning by example) never stealing them.
if you want a basic source for a chat bot then id recomend reading this
http://pscode.com/vb/scripts/ShowCode.asp?txtCodeId=32251&lngWId=1
dont just change the name and steal it read from it and add to ur own project