Author | Message | Time |
---|---|---|
Forged | 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, [code] 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 [/code] 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? | May 20, 2004, 5:28 AM |
Null | Why dont you just use your own function to append text to the RTB? , i was even so kind enought to write one https://davnit.net/bnet/vL/phpbbs/index.php?board=31;action=display;threadid=6878 | May 20, 2004, 7:15 AM |
Forged | Becaus the bot doesn't use an rtb, well it does, but it is part of the ocx. | May 20, 2004, 12:32 PM |
CrAz3D | Make the RTB invisible & add your own rtb | May 21, 2004, 3:19 PM |
Networks | 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? | May 21, 2004, 4:05 PM |
Forged | wow I really should have thought of that, thanks. | May 21, 2004, 10:13 PM |