Hi Guys,
I have a program that start a external win32 app using CreateProcess API.
This external app is controlled by keyboard command....what i would like to do is disable the keyboard in this external app.
I have search online for answers and I found that a global keyboard hook could do this.
I have found a example on : but throw me a access violation when I run it.
I work with Codegear BC++ 2009 under Windows Vista.
Also I found this thread:
I tried to compile the example but I think the code is incomplete.
Can somebody post a example of a global keyboard hook in C++ Builder?
Thanks in advanced
I have a program that start a external win32 app using CreateProcess API.
This external app is controlled by keyboard command....what i would like to do is disable the keyboard in this external app.
I have search online for answers and I found that a global keyboard hook could do this.
I have found a example on : but throw me a access violation when I run it.
I work with Codegear BC++ 2009 under Windows Vista.
Also I found this thread:
I tried to compile the example but I think the code is incomplete.
Can somebody post a example of a global keyboard hook in C++ Builder?
Thanks in advanced