H
henk
Hi,
I want to show a message in my vb.net program when another windows
program (eg calc.exe) is stopped by a user.
with
pList = myProcess.GetProcesses
For Each myProcess In pList
I can check if the program/process is running.
I could use a timer or run the check on every control event, but what I
prefer is a eventhandler that fires when the other program stops.
(sort of push instead of pull mechanism)
Anybody an idea to make such an event handler?
(I only found soms samples with file checking etc)
I want to show a message in my vb.net program when another windows
program (eg calc.exe) is stopped by a user.
with
pList = myProcess.GetProcesses
For Each myProcess In pList
I can check if the program/process is running.
I could use a timer or run the check on every control event, but what I
prefer is a eventhandler that fires when the other program stops.
(sort of push instead of pull mechanism)
Anybody an idea to make such an event handler?
(I only found soms samples with file checking etc)
