1. Detecting when other programs open
- Posted by d l <egoodies at runbox.com> Jul 23, 2001
- 347 views
How can i make my program detect when another program opens such as AOL instant messanger.
2. Re: Detecting when other programs open
- Posted by Tone Skoda <tone.skoda at siol.net> Jul 23, 2001
- 332 views
----- 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
- Posted by "Thomas Parslow (PatRat)" <patrat at rat-software.com> Jul 23, 2001
- 344 views
> 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