Vladymir Posted December 14, 2020 Posted December 14, 2020 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.
joke_prog Posted December 26, 2020 Posted December 26, 2020 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now