1. Detecting when other programs open
How can i make my program detect when another program opens such as AOL
instant messanger.
2. Re: Detecting when other programs open
----- Original Message -----
From: d l <egoodies at runbox.com>
> How can i make my program detect when another program opens such as AOL
> instant messanger.
You can use Windows message hooks. You can hook all messages for all
windows.
I made program in C++ which maximized every window of program which was
opened. And everytime escape was pressed current program closed. You can see
it on my C++ site:
http://www10.brinkster.com/tskoda/c.asp (hookapp.zip)
Or you can use shareware program Automate, which is made esspecially for
this. Has its own little scripting language ...
3. Re: Detecting when other programs open
> How can i make my program detect when another program opens such as AOL
> instant messanger.
Have a look at my Window Finding Functions at
http://www.rat-software.com/projects.html
They're near the bottom of the page....
Thomas Parslow (PatRat) ICQ #:26359483
Rat Software
http://www.rat-software.com/
Please leave quoted text in place when replying