|
-
Jan 5th, 2001, 05:45 AM
#1
Thread Starter
Hyperactive Member
I'm looking at writing an application that will monitor various other machines. I need it to check to see if a specific application is running on one of the remote machines.
Is there an API that will allow me to do this? I know I could use something like "FindWindow" to determine if it is running on the same machine as the monitoring program - but is there any way of testing a remote machine?
Thanks...
-
Jan 5th, 2001, 09:46 AM
#2
Lively Member
-
Jan 5th, 2001, 10:07 AM
#3
Thread Starter
Hyperactive Member
Thanks for the reply, but I don't know how to get the "FindWindow" api to work on the remote machine.
I have started writing an ActiveX Exe that uses various API calls to test if the EXE is running - my goal then is to run this program from the local machine.
I'm not sure if this is the way to go - but it's gotta be worth a try.
(I just have to work out how to register the activex exe on the remote machine now...)
-
Jan 10th, 2001, 09:57 AM
#4
Lively Member
-
Jan 10th, 2001, 10:38 AM
#5
Thread Starter
Hyperactive Member
Thanks
I think youre right, thats the way to go with it. I did get the program to work, however the only application that it could see running on the remote machine was itself (not entirely useful).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|