Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How Could I...
#21
Ok...Well if you could figure out why it isn't working, that would be wonderful. Thank you so much.

Also, I changed this...

Code:
' AIDA command
        If Mid$(MyText, 1, 5) = "/aida" Then
            MyText = Mid$(MyText, 5, Len(MyText) - 4)
            Call SendData(CAida & END_CHAR)
            MyText = vbNullString
            frmMirage.txtMyChat.Text = vbNullString
        Exit Sub
    End If

And now when I type "/aida" it gets rid of the text after I press enter. But it doesn't do anything else.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)