Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Apr : Sending The DownARROW to another Application
| Subject: | Sending The DownARROW to another Application |
| Posted by: | "Allan" (bro..@ns.sympatico.ca) |
| Date: | Fri, 29 Apr 2005 15:02:08 |
Hi;
Stats: D7
I want to send the DOWN ARROW value to another application. I cand send the
ENTER key using the following , SendKeys(CHR(13), True).
but I cannot send the DOWN, UP, LEFT or RIGHT ARROW KEYS using the
following as an example of the DOWN Arrow
SendKeys(CHR(134), True);
Any Help would be greatly appreciated
Allan