Has anybody used Active Accessibility to access messages' text? if so, can anybody point me on how to start? i need to trigger an OnMessageReceived function
Its not as easy as you think. There isn't anything like that. What you have to do is have it dump the text to a textbox and code based on the text (or even the variable it is stored in). Do you have it reading the convo windows at all?
Using ActiveAccessibility requires subclassing the windows and if you do not know how to do this I suggest not trying cause it will only make your life harder. Use the Messenger API passed through initialize to use the .History object for the conversation.