Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2008 Jun : Send Unicode Characters
| Subject: | Send Unicode Characters |
| Posted by: | "Yogi Yang 007" (yogiyang0..@gmail.com) |
| Date: | Thu, 12 Jun 2008 18:46:28 +0530 |
I want to send Unicode Characters to target software which is a Unicode
enabled software (MS Word).
I want to send this characters using SendMessage and/or PostMessage but
I am not able to send them.
I am currently using these in the following way:
SendMessage(sharedData[0], WM_CHAR, $2734, 0);
Any idea what's wrong with this?
TIA
Yogi Yang