VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Check whether a program runs, without any API

by Markus Hinterberger (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 4th January 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Check whether a program runs, without any API

Rate Check whether a program runs, without any API



    AppActivate "Explorer", False
    .
    .
    .
Fehler:
 If Err.Number = 5 then
  Msgbox "The program is not running"
 End if

Download this snippet    Add to My Saved Code

Check whether a program runs, without any API Comments

No comments have been posted about Check whether a program runs, without any API. Why not be the first to post a comment about Check whether a program runs, without any API.

Post your comment

Subject:
Message:
0/1000 characters