Results 1 to 4 of 4

Thread: Help With Chat

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2002
    Posts
    8

    Help With Chat

    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

  2. #2
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Text1.Text = ""

  3. #3
    Stiletto
    Guest
    Originally posted by Fox
    Text1.Text = ""
    Use this:
    VB Code:
    1. Len(Text1.Text) = 0
    Better

  4. #4
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Sorry dear but you can't assign a number to the Len() function. This just doesn't work at all

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width