Board index » delphi » How can intercept or receiving keyboard messages ?

How can intercept or receiving keyboard messages ?

 I want to make a program that receiving keyboard
messages (preferable with WM_CHAR) of all the system,
that is to say, of all the applications that they in
their moment become active.
How could make it ?

Please reply to : LBa...@LatinMail.com

thanxs

 

Re:How can intercept or receiving keyboard messages ?


If your question is how to globally invoke keyboard events on your computer,
you might study the API
hook routines in your API help.

Quote
"Luis Banda" <Lba...@LatinMail.com> wrote in message

news:3A9ADB7F.3D51195@LatinMail.com...
Quote
> I want to make a program that receiving keyboard
> messages (preferable with WM_CHAR) of all the system,
> that is to say, of all the applications that they in
> their moment become active.
> How could make it ?

> Please reply to : LBa...@LatinMail.com

> thanxs

Re:How can intercept or receiving keyboard messages ?


Ok, already study this .. I used Hooks... and not get it the result...
Help me Urgente Please.
*****
Quote
Jedi-frog wrote:
> If your question is how to globally invoke keyboard events on your computer,
> you might study the API
> hook routines in your API help.

> "Luis Banda" <Lba...@LatinMail.com> wrote in message
> news:3A9ADB7F.3D51195@LatinMail.com...
> > I want to make a program that receiving keyboard
> > messages (preferable with WM_CHAR) of all the system,
> > that is to say, of all the applications that they in
> > their moment become active.
> > How could make it ?

> > Please reply to : LBa...@LatinMail.com

> > thanxs

Other Threads