Let me start by saying I know it would probally be beter to ask Craz3d this question but he either hasn't been on aim or has me blocked so anyway....
I am using Craz3d's ExileEasy.ocx, and I have run into a problem,
Private Sub Txtsend_KeyPress(KeyAscii As Integer)
Dim Message As String
If KeyAscii = 13 Then
ExEasy1.Send Txtsend.Text
Message = Txtsend.Text
Txtsend.Text = ""
KeyAscii = 0
ExEasy1.Chat True, True, vbGreen, "<" & ExEasy1.CurrentUser & ">", vbWhite & Message
End If
End Sub
I get an overflow on the .Chat command, not only for this but for adding other peoples chatting as well. Last time I used the ocx before it was updated I used addchat, and that worked fine, but now craz3d seems to have taken that out.
Can anyone help me make this shit not crash please?
Why dont you just use your own function to append text to the RTB? , i was even so kind enought to write one
http://forum.valhallalegends.com/phpbbs/index.php?board=31;action=display;threadid=6878
Becaus the bot doesn't use an rtb, well it does, but it is part of the ocx.
Make the RTB invisible & add your own rtb
I made a tutorial for Exile Easy that does what CrAz3D stated above.
http://www.hatchet-designs.com/networks/Bots/
Click On Exile Easy Tutorial.zip
Off-Topic: CrAz3D did you change anything in the tutorial and was it good enough?
wow I really should have thought of that, thanks.