Thanks!
Handling event when a new process(Application is opening)
It`s there anyway to know when a new application is opening?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Feb 5, 2011, 4:00 PM
You can use a system-wide hook to hook top-level window creation and I assume you only need applications with a top-level window visible. I don't know if you can write a hook handler in C#; you might need to do a bit of C++ programming. You can certainly write the hook installer part (SetWindowsHookEx) using C#.
Suthish NairPosted Feb 5, 2011, 11:50 AM
nonePosted Feb 5, 2011, 3:27 AM
I need a process event or somethink like this to know when another applicaiton is opening...
Thanks!
Suthish NairPosted Feb 5, 2011, 3:16 AM
Explain what you want to know with more information.