There's a unit named sndkey32.pas on your Delphi CD, in the Info\Extras\
folder IIRC.
johannes
--
Please reply in this newsgroup only
- SIP solutions -
http://www.sipsolutions.de/
myVar = 'My name is ' + x + ' and i am happy';
end then loop through the variable?
Rafael
Malgaras <malg...@iol.ie> escreveu nas notícias de
mensagem:8lum41$15...@bornews.borland.com...
> Hello,
> Is there a command like in Visual Basic "SendKey" command to send keys
> directly to the window. Sendmessage doesn't work the way I want it because
> it only sends 1 letter so you need an arrayed loop to get everything
across.
> What Im looking for is something like this
> Sendmessage('I am ' &x & 'years old')
> Something like that so I can use variables. I;'m sure theres a command
like
> that somewhere.
> Thanks
> -Asyriel
>
>