Help with events

  • Thread starter Thread starter Deadly_M
  • Start date Start date
D

Deadly_M

Hi folks,
Ive asked this question before on this newsgroup but at the time nobody knew
the answer so hopefully somebody else will see this post this time around.

Id like to catch an event in my VB.NET code
the particular event im interested in is programs loading or starting , i
don't necessarily need to know the details of the program but just need to
know when any new ones are loaded or run.

Any ideas ?
Thanx in advance
_____________________________________

Matthew Purves , (Deadly_M)
www.DeadlyM.com
 
Deadly_M said:
Hi folks,
Ive asked this question before on this newsgroup but at the time nobody
knew the answer so hopefully somebody else will see this post this time
around.

Id like to catch an event in my VB.NET code
the particular event im interested in is programs loading or starting , i
don't necessarily need to know the details of the program but just need to
know when any new ones are loaded or run.

You mean any program on the system?
 
Hi,

http://msdn.microsoft.com/msdnmag/issues/02/10/CuttingEdge/

Ken
---------------
Hi folks,
Ive asked this question before on this newsgroup but at the time nobody knew
the answer so hopefully somebody else will see this post this time around.

Id like to catch an event in my VB.NET code
the particular event im interested in is programs loading or starting , i
don't necessarily need to know the details of the program but just need to
know when any new ones are loaded or run.

Any ideas ?
Thanx in advance
_____________________________________

Matthew Purves , (Deadly_M)
www.DeadlyM.com
 
Yes any programs starting
like, as in sombody runs "notepad.exe" or "quake3.exe"
anything that apears in the tasks list
..
 
Thanx for that article link
Im not sure if that will work for this tho. what if the user runs a program
the doesn't have a window ?
also i tried the example code but i could only get it to catch windows
spawned by that particular program , not in the scope of the whole system ?
Thanx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top