Anyone know how to send greater ascii code 128 (>128) with
keybd_event,like german word 's', 'u','a' ..etc,I try it for a week can't
solve the problem.I use cbuilder 5 to build it. If anyone can give me
a suggest or snap code.It's a great appreciate.
Thanks in advance.
MIKE CHEN
> Anyone know how to send greater ascii code 128 (>128) with
> keybd_event,like german word 's', 'u','a' ..etc,I try it for a week can't
> solve the problem.I use cbuilder 5 to build it. If anyone can give me
> a suggest or snap code.
Please direct your browser at http://info.borland.com/newsgroups/ and
read the newsgroup descriptions and guidelines. This will help you
find the appropriate newsgroup for your question. Newsgroups about
C++ Builder have .cppbuilder. in their names; this newsgroup is about
C++BuilderX, which is a different product than C++ Builder.
When posting in the other newsgroup please clarify your question:
- ASCII codes only go from 0 to 127
- the characters 'a', 's' and 'u' all have ASCII codes below 127