All source code in Visual Basic Ask a Visual Basic Pro Discussion Forum Categories All jobs in Visual Basic
TANU,IRC,application,demonstrates,write,clien
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Visual Basic Stats

 Code: 5,128,645. lines
 Jobs: 275. postings

 How to support the site

 
Sponsored by:
Quick Search for:  in language:    
You are in:
 
Login





Latest postings for Visual Basic.
Click here to see a screenshot of this code!Resistor Color Code
By Ferdinand Viray on 2/7

(Screen Shot)

Click here to see a screenshot of this code!Database - Student Reccord
By Ferdinand Viray on 2/7

(Screen Shot)

Click here to see a screenshot of this code!Online Text Based Winsock Crime Game | Mafia Game
By William Hughes on 2/7

(Screen Shot)

Click here to see a screenshot of this code!NZB Reader III
By Ed Wilk on 12/29

(Screen Shot)

Click here to see a screenshot of this code!Jobz Tracker
By Andy J Spry on 2/6

(Screen Shot)

Click here to see a screenshot of this code!Database - Student Reccord
By Ferdinand Viray on 2/6

(Screen Shot)

Click here to see a screenshot of this code!Resistor Color Code
By Ferdinand Viray on 2/6

(Screen Shot)

a simple program (database)
By Jenilyn Brena on 2/6


Click here to see a screenshot of this code!Multipass BILATERAL FILTER. (V3.3)
By reexre on 1/12

(Screen Shot)

Click here to see a screenshot of this code!Completely hide taskbar in vista and seven.
By Alexander G on 2/5

(Screen Shot)

Binding DataGrid to ADODC
By kývanç ; on 2/5


Book Record
By kývanç ; on 2/5


VB6 to VB.NET Guide
By brandon teoh on 2/5


Easy dsr datareport
By Manuel Matamoros on 2/4


Click here to see a screenshot of this code!Manual RAID 1 v2.0.11
By Mike Morrow on 1/11

(Screen Shot)

Rotate Text Pure Vb, No Dll, No Api
By ivan pausich on 2/4


Click here to see a screenshot of this code!MediaVusion; A Powerful Media Player
By xvader on 2/4

(Screen Shot)

Click here to see a screenshot of this code!PSC Zip Store and read
By Kenneth Foster on 2/3

(Screen Shot)

Click here to see a screenshot of this code!Linear Power Supply Designer
By RandyT_CS on 2/3

(Screen Shot)

retrieve (get) all system services
By milad ghafooreyan on 2/3


Click here to see a screenshot of this code!easy inventory manager
By ravi vaghela on 2/3

(Screen Shot)

Click here to see a screenshot of this code!A simple Calculater in Vb 6
By Varun Naharia on 2/2

(Screen Shot)

Click here to see a screenshot of this code!Special Folder Locator
By dreamvb on 2/2

(Screen Shot)

Click here to see a screenshot of this code!material viewer system
By Donald Paras on 2/2

(Screen Shot)

Click here to see a screenshot of this code!Solid Lathe Simulation
By Eduardo Capatto Júnior on 2/1

(Screen Shot)

Click here to see a screenshot of this code!A simple Calculater in Vb 6
By Varun Naharia on 1/31

(Screen Shot)

Click here to see a screenshot of this code!Final Fantasy 3D game
By Yazan Markabi on 1/31

(Screen Shot)

Click here to see a screenshot of this code!Time Up 3
By Yazan Markabi on 1/19

(Screen Shot)

RFID receiver
By Nikolay Veskov on 1/31


Library Information Syste
By Eduard Dueñas on 1/31


Click here to see a screenshot of this code!Sales and Inventory
By Eduard Dueñas on 1/30

(Screen Shot)

Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!



 
 
   

[ A Simple ] Artificial Intelligence (AI) Chatbot

Print
Email
 
winzip icon
Submitted on: 10/15/2003 8:45:33 PM
By: lonetron 
Level: Advanced
User Rating: By 21 Users
Compatibility:VB 6.0, VB Script, ASP (Active Server Pages)

Users have accessed this code 71254 times.
 
author picture
(About the author)
 
     This application demonstrates how to write a VB client for an AI chat bot. The code it self is only a few pages, documented and easy to understand. This example uses the Transplantable Artificial Neurological Units (TANU) architecture. After you download this VB Chatbot client code point your web browser to http://www.p2bconsortium.com/sss/CreateBot.aspx to create and train your AI chatbot. Then use this open source client to chat with him/her. You can also modify this code to bind your AI chatbot to both IRC and non-IRC chat systems. If you need help feel free to stop by our IRC network and ask questions. /server neptune.vathix.com /join #tanu You can also post questions to the http://www.ai-forum.org/forum.asp?forum_id=11 Be sure to put TANU in the title of your thread so that TANU trainers can address your questions.

 

Windows API/Global Declarations:

Can't Copy and Paste this?
Click here for a copy-and-paste friendly version of this code!

'**************************************
'Windows API/Global Declarations for :[A
'     Simple ] Artificial Intelligence (AI) Ch
'     atbot
'**************************************


Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hWnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
3)Scan the source code with Minnow's Project Scanner

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 9 submission(s) by this author

 

 
 Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:
 
Your Vote!

What do you think of this code(in the Advanced category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
10/16/2003 4:36:49 AMLight Templer

Hi lonetron,
Real AI stuff: Something new to VB! Very interessting. Thx for sharing and ***** - Regards LiTe
(If this comment was disrespectful, please report it.)

 
11/28/2003 10:54:25 AM


(If this comment was disrespectful, please report it.)

 
1/10/2004 9:40:49 AM

Where is the Download Link?
(If this comment was disrespectful, please report it.)

 
2/16/2004 6:59:54 PM

ok
(If this comment was disrespectful, please report it.)

 
3/5/2004 6:26:45 PMlonetron

pscode puts it on the right, so you have to scroll right to get to the download link or do ctrl-f "Download code"
(If this comment was disrespectful, please report it.)

 
3/6/2004 12:28:57 PMAli Ghanem

wonderful 5 ***** from me
(If this comment was disrespectful, please report it.)

 
3/9/2004 12:35:13 AM

Good Team work display in you GEn
(If this comment was disrespectful, please report it.)

 
6/26/2004 9:32:09 PMMark

thx for sharing this program!!!
(If this comment was disrespectful, please report it.)

 
7/27/2004 6:11:49 AM

Nice Program, cool!!! Any new version?
(If this comment was disrespectful, please report it.)

 
8/26/2004 4:14:24 AM

we couldn't access the website www.p2bconsortium.com.kindly help us
(If this comment was disrespectful, please report it.)

 
11/6/2004 1:47:25 AM

h
(If this comment was disrespectful, please report it.)

 
12/14/2004 10:09:01 PM

good
(If this comment was disrespectful, please report it.)

 
1/9/2005 5:37:34 AMRenato Ciuffo

good, but im not sure if its coincidence, but on every search i do, for anythign, i ALWAYS see somehting you post about AI stuff :)
(If this comment was disrespectful, please report it.)

 
3/22/2005 9:48:01 PM

ok
(If this comment was disrespectful, please report it.)

 
4/5/2005 1:57:36 PM

very good
(If this comment was disrespectful, please report it.)

 
5/10/2005 9:10:28 AMAntany Vasanth L

good . thanx for sharing with us
(If this comment was disrespectful, please report it.)

 
11/30/2005 8:23:31 AMPeter

good
(If this comment was disrespectful, please report it.)

 
12/16/2005 3:41:08 PMPatrick

I search a manner to monitor a winXp system in VB with an application who startup in the beginning

Please help me
(If this comment was disrespectful, please report it.)

 
2/24/2006 5:04:39 AMDC

this was too good
(If this comment was disrespectful, please report it.)

 
3/17/2006 1:19:56 AM

it's good

(If this comment was disrespectful, please report it.)

 
5/9/2006 10:22:22 PM

Nice Program, cool!!! Any new version
(If this comment was disrespectful, please report it.)

 
5/29/2006 9:08:59 AMsatya

It's good stuff.
(If this comment was disrespectful, please report it.)

 
7/2/2006 3:12:31 PMMorten

Doesn't work! It can't find the website!
(If this comment was disrespectful, please report it.)

 
7/10/2006 2:14:33 AMjayson

can i have a copy of ur code
(If this comment was disrespectful, please report it.)

 
8/3/2006 10:39:49 AMjayant

wow what say about u. u r just a miracle.

(If this comment was disrespectful, please report it.)

 
8/10/2006 12:10:43 PMPhilip Salmony

Rather poor quality ! The idea is good but the program and the link is bad !
(If this comment was disrespectful, please report it.)

 
10/9/2006 5:19:01 AMpraveen

thank you very much
(If this comment was disrespectful, please report it.)

 
12/13/2006 2:31:48 AM

This is real..?? At last, there is came one man to stand in front line,and suddenly falling cause loss of link..BTW Thanx, i'll look for other way
(If this comment was disrespectful, please report it.)

 
12/20/2006 1:06:26 PMhsanguino

please update thelink, actually is down.
(If this comment was disrespectful, please report it.)

 
2/3/2007 5:47:10 AMmohammad

thank you for your help
(If this comment was disrespectful, please report it.)

 
4/11/2007 12:15:06 PMpawan

I had learned from your code nice code thanx vbprojecta.co.nr
(If this comment was disrespectful, please report it.)

 
7/27/2007 10:59:00 AMDaniel

Why hasn't this been removed? The internal web location is unavailable.

(If this comment was disrespectful, please report it.)

 
8/18/2007 1:32:40 AMMAN

I FROM TO VIETNAMESE
GOOD WEB !
thankk

(If this comment was disrespectful, please report it.)

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author from the email account you registered on the site, so you can correspond directly.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
To post feedback, first please login.


 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Games | Feedback | Customize | Visual Basic Home | Site Home | Other Sites | Open Letter from Moderators | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997-2010 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.   Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.