--- In [email protected], "nospam0123456us" <nospam012345...@...> wrote: >
> function sendMessageRemoteOUT( han, message, wParam, maxSize ) > local pHan, mem ....(snip).... Try unicodePlugin0.75_090921.zip in http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/ Implemented but did not yet test (leaving town tomorrow) unicode.sendmessagestrremote(hwnd, msg, wp, maxsize) Returns null string if underlying SendMessage returns 0 Otherwise returns handle to a unicode string. If anyone wants to look through all the messages they can find that take an lParam of a buffer and see if any deviate from that return-value pattern (0 if nothing put in buffer, some sort of character count otherwise), that would be good. If it's important to retrieve return value, could put it in variable e.g. unicode_status. Offline now til end of month.
