|
-
September 8th, 2009, 02:49 AM
#1
Detecting application launch in C#
Does anybody have any idea on how can I detect when an application is being launched using C#?
-
September 8th, 2009, 02:57 PM
#2
Re: Detecting application launch in C#
Your application will have a static main() method, this is the entry point for the application. This is the function that gets called when the application is launched. What exactly is that you want to do?
-
September 9th, 2009, 01:58 AM
#3
Re: Detecting application launch in C#
Do you with an other application? Than you can periodically check Process.GetProcesses().
- Make it run.
- Make it right.
- Make it fast.
Don't hesitate to rate my post. 
-
September 12th, 2009, 02:07 AM
#4
Re: Detecting application launch in C#
I want to detect when a process is created when an application is launched and possibly stop it before launching.
-
September 12th, 2009, 01:28 PM
#5
Re: Detecting application launch in C#
Which process do you want want to stop from launching? Did you take a look at what Arjay posted?
Have you tried setting up proper rights on the Windows system so that the user can only use certain specific applications?
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
|