LMPhoenix
08-14-2002, 09:50 AM
My project is a remote admin server app similar to VNC.
Using various sources i have been able to do most of the things i want in my project
Take a regular screen shot of the host machine
send it to the client and display take the clients mouse cursor cords and keypress and move them on the host so i can basicly take control of the host machine remotely
but whilst my app is connected to one another i want to disable the host machines keyboard and mouse
if not disbale just ignore all their calls until my app disconects and returns to normal
any suggestions as the rest of the program is nearly complete i just need some examples of ignoring mouse and keyboard calls or intercpeting them
any help will be grateful
Using various sources i have been able to do most of the things i want in my project
Take a regular screen shot of the host machine
send it to the client and display take the clients mouse cursor cords and keypress and move them on the host so i can basicly take control of the host machine remotely
but whilst my app is connected to one another i want to disable the host machines keyboard and mouse
if not disbale just ignore all their calls until my app disconects and returns to normal
any suggestions as the rest of the program is nearly complete i just need some examples of ignoring mouse and keyboard calls or intercpeting them
any help will be grateful