Hey...I'm in the process of making an WLM add on which will run like an MSN bot. It will have all the commands that an MSN bot will have but the user will also be able to talk to the people on their contact list.

So far i have managed to hook the MSN and add my own sub menu. And i have managed to hook winsock to detect when a message is received. But i'm having a problem trying to send a message. I don't want to use the API because it uses the SendKeys function which is a bit tacky.

I know that the input text box is a windowless rich edit text box and i was wondering how i can actually hook it and input text to it. If thats not possible could someone give me an example of how i could do the same thing with Active Accessibility?

Thanks in advanced.