Application Run Event and Getting hwnd

Sorry for reposting this, but last time I didn't get a very clear message as to how to get an event when another application is run. Also I would like to know how it is possible to get the hwnd of a certain window. (all of the above in C++ 8 .net 2).
With Thanks,
Gal Beniamini.
[295 byte] By [GalBeniamini] at [2007-12-16]
# 1
1) WaitForSingleObject
2) FindWindow, and friends...
Documentation is very detailed and extensive. Don't take the MSDN for granted.
RITZ at 2007-9-9 > top of Msdn Tech,Visual C++,Visual C++ General...