Jump to content

Process Monitor


Digisoul
 Share

Recommended Posts

Hello There,

I want to know that how can I monitor any executed applications process

I dont want to use ProcessExists function. I want if any user start the application. The started app will pass my App first, and my app will show its information.

The only thing that I know, there is Kernal32.dll, every executed process

Pass kernal32.dll, this is just concept I dont know exactly?

Thanks in Advance for your help.

73 108 111 118 101 65 117 116 111 105 116

Link to comment
Share on other sites

Hello There,

I want to know that how can I monitor any executed applications process

I dont want to use ProcessExists function. I want if any user start the application. The started app will pass my App first, and my app will show its information.

The only thing that I know, there is Kernal32.dll, every executed process

Pass kernal32.dll, this is just concept I dont know exactly?

Thanks in Advance for your help.

That was some tortured prose... :)

Still, perhaps you could use _ProcessListProperties(), though you should avoid running it unmodified in a loop due to an undiagnosed memory leak.

>_<

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...