Hi,
I am trying to write a small app that will check every 5 seconds to see if a program is running or not.
I have tried a couple of different ways but it seems that the FWH app must have focus in order for it to work correctly.
I have tried using IsEXERunning() and also tried GetTasks() (using calculator as a sample).
Obviously I cannot have the focus always on my app ...
Has anyone got a simple solution?