OnTextReceived alternative?

C

Curt W

Is the OnTextReceived event supported in Windows Messenger 5 or MSN
Messenger 6.2?

I have a simple reply-bot that stopped working when I "upgraded" to MSN 6.2
from Windows Messenger 4.7.

Is there an equivalent way to trap/parse/auto-reply to messages?

Thanks,

Curt
 
D

Daniel Winter

Yes it is available in Windows Messenger 5, but it was removed from MSN
Messenger starting from version 5, Windows Messenger is more suitable for
this. You can have both Windows and MSN Messenger running together side by
side, with the bot running on Windows Messenger and your normal chat with
MSN Messenger. Tip: OnTextRecieved has an argument "pfEnableDefault", if you
set that to false then it won't create an IM window and display the message.

Daniel
 
C

Curt W

Thanks much!


Daniel Winter said:
Yes it is available in Windows Messenger 5, but it was removed from MSN
Messenger starting from version 5, Windows Messenger is more suitable for
this. You can have both Windows and MSN Messenger running together side by
side, with the bot running on Windows Messenger and your normal chat with
MSN Messenger. Tip: OnTextRecieved has an argument "pfEnableDefault", if
you set that to false then it won't create an IM window and display the
message.

Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top