hello sir/madam,
we are developing project on screen capturing and lock mouse and keyboard of client computer in JAVA. we are able to capture multiple client's screens. but in java , we didn't find any code to lock mouse and keyboard. so, i think it is possible to develop that code in C++. so can u give me some code example to lock mouse and keyboard so that i can call that functions of c++ in JAVA through JNI.pleas reply me.please sir/MADAM.................
you want to call C++ in java.. that means you need to write a dll in c++ and that will be called in java.. but is it possible to call dll's in java.. i dont have any idea..
for locking.. you need to use windows hooks..
something like this compiled in a dll.. this will hook a keyboard on system level.. similarly it can be done for mouse.