Click to See Complete Forum and Search --> : Help With Chat
xidon
May 25th, 2002, 05:46 PM
I programmed a bot for this game and u can send chat throguh it to the game... after i send the chat it stays in the textbox how do i make it erase from textbox after its sent
Fox
May 25th, 2002, 05:51 PM
Text1.Text = ""
Stiletto
May 27th, 2002, 01:31 AM
Originally posted by Fox
Text1.Text = ""
Use this:
Len(Text1.Text) = 0
Better :)
Fox
May 27th, 2002, 01:49 AM
Sorry dear but you can't assign a number to the Len() function. This just doesn't work at all ;)
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.