Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 686 Bytes

File metadata and controls

18 lines (12 loc) · 686 Bytes

RemoteControllerCsharp

Simple example remote control client/server written in C#. Done using WinForms. Requires .NET 4.0 or newer.

USAGE:

  • Main window
    alt tag

One client creates server, other connects to the server.

  • End result example
    alt tag

Notes:

  • Mouse movement is disabled by default, to enable it, find ServerHost.cs line 166 and uncomment it.
  • Keyboard input will not loop if both - the server and the client are ran on the same computer.