How Detect New Proces start?

hamooza99

Member
Joined
Dec 8, 2012
Messages
6
Programming Experience
3-5
how to detect if any program is run

for example

firefox.exe is start , a message box will appear with the proces name
 
You have to use WMI for that, which is implemented via the System.Management namespace in .NET. I suggest that you do some general reading on it to begin with. Here is a C# example of what you want to do. If you understand the classes and members involved then converting it to VB should be easy.

How to detect lunch or closing process ?
 
Back
Top