quote:
Originally posted by Rojay
another question, how can i get the text(messages sent) in an open window
i do konw how to iterate thru the opened chats and retrive thier handles but i want to retrive the messages that has been sent to me while im away
do you mean a Msg Plus chat window? or your web interface window? for a Plus window, i'd probably use OnEvent_ChatWndReceiveMessage() and dump it to a text file. it provides for checking of the sender, and type of message (wink, text, etc). check the docs for usage