Board index » delphi » notification of windows messages to Delphi application

notification of windows messages to Delphi application

Hi!

I have a Delphi program running in background.
Everytime a windows application is started, I want to notify this to my
application.
Anybody can help me?

Thanks
Andrea

 

Re:notification of windows messages to Delphi application


Quote
Andrea B wrote:

> Hi!

> I have a Delphi program running in background.
> Everytime a windows application is started, I want to notify this to my
> application.
> Anybody can help me?

> Thanks
> Andrea

You will need to write a windows hook. There is a White paper
you can download:

The Windows API - An Example of use by Joe C. Hecht

from the Delphi Technical Support area of our web site at at
www.borland.com. Follow the links to the "Developers Corner" section,
then to the Technical Library.

Hope that helps!

Joe
--
Joe C. Hecht
Borland Delphi Developer Support Group
Technical Documents and Online Forums are available at
http://www.borland.com

Other Threads