https://github.com/KaramanisWeb/RemoteDesktopOverNetwork
I downloaded this project and run it, every thing was ok just mouse curser didn't work.
this is a remote connection project with C# and I need mouse get work.
this project with this problem (mouse its not controllable) looks like screen sharing .
but I need to control the mouse from remote .
additionally, I checked mouse control check box at server side but mouse didn't control at client side.
Some similar code to mouse:
Bitmap NewIM = ScreenCapture.CaptureSelectedScreen(desktopSelected, cbMouse.Checked);
byte[] newIMdata = NewIM.ToByteArray(ImageFormat.Jpeg);
Could you please help me?