Posted December 14, 20204 yr I am developing hidden vnc on windows in c++ language. I am going to connect vnc keyborad and mouse event to controlled pc. But I don't know how to send key and mouse event to certain vnc server thread. I have searched in google for a long time, but I don't have usefull information. I only know that I have to use below windows api. CreateDesktop OpenInputDesktop SwitchDesktop I'll appreciate any help.
December 26, 20204 yr This can be very helpful for you: Client: https://github.com/rossja/TinyNuke/blob/master/Bot/HiddenDesktop.cpp Server: https://github.com/rossja/TinyNuke/tree/master/HiddenDesktop/Server Check the input method throw socket
Create an account or sign in to comment