> > However this process consistently fails with sendmessage and works > with sendmessagestr.
Yes, you are right, you have to use sendmessagestr if you are sending or receiving, not just sending. SendMessage translates the last parameter from a string to a binary dword.
