how to create a hook to stop a certain process run by another application?
-
there is an application that keep nagging me...every time it closes, it will open my internet browser...i want to make an app with visual c++ so i can stop it opening my internet browser...can i use a hook to stop it...can anyone help me please... thx
-
there is an application that keep nagging me...every time it closes, it will open my internet browser...i want to make an app with visual c++ so i can stop it opening my internet browser...can i use a hook to stop it...can anyone help me please... thx
Writing a hook isn't very easy. Why don't you just check every 100 milliseconds if Internet Explorer opened after this app closed and then close it.
There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition. Blaise Pascal
-
Writing a hook isn't very easy. Why don't you just check every 100 milliseconds if Internet Explorer opened after this app closed and then close it.
There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition. Blaise Pascal
ya nice idea...but do you have any idea (link) or something wherei can learn about hook in windows...??
-
ya nice idea...but do you have any idea (link) or something wherei can learn about hook in windows...??