VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Make an ECHO BOT.

by Chris Lee (AKA RaGe) (2 Submissions)
Category: OLE/COM/DCOM/Active-X
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 25th June 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Make an ECHO BOT.

Rate Make an ECHO BOT.



1 textbox (called text1)
a chatscan (I recommend VB6CHAT.OCX)
Good BAS file 4 AOL (I recommend Dos32.bas, mail me 4 it)
--------------------------------------------------------------------------------
in the chatscan: (I use VB6CHAT.OCX, need it, just mail me 4 it)
Private Sub Chat1()
If Screen_Name = Text1.Text Then
ChatSend (What_Said)
End If
End Sub

Download this snippet    Add to My Saved Code

Make an ECHO BOT. Comments

No comments have been posted about Make an ECHO BOT.. Why not be the first to post a comment about Make an ECHO BOT..

Post your comment

Subject:
Message:
0/1000 characters