Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
chat problem
#2
Code:
Private Sub CHATBOXNAME_KeyPress(KeyAscii As Integer)
    Call HandleKeypresses(KeyAscii)
    If MyText = "" Then CHATBOXNAME.Text = ""
End Sub

That should work, change CHATBOXNAME to the name of your chat box. Any problems, ask.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)