O.P. Send Text to window
I've been thinking about ways to send messages from my plugin to the remote user but the only one i had managed to make work is the SendMessage with WM_CHAR solution
BUT
thats not good for me, if youre writting something and that funcion is called it will interrupt whatever you're writting and send it, and you also need to have it as foreground window, setwindowtoforeground and then again to background is too ugly for me
i know there must be a way using the IDispatch parameter in PLUGIN_PARAM, msgplus does it for ReceiveNotify, has anyone been able to do this using this way or any other way besides sending WM_CHAR ??
Thanks
|