Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to share a keyboard and mouse with multiple systems connected in network. It is like Universal Keyboard which can be shared to computers which are connected to a same network. I don't want to use any software like KVM software or Synergy software but i want it in code...please suggest Anything that help me to do it in code ....
thanks in advance...
Posted

1 solution

First: your keyboard and mouse must be connected to something.
Second: you can use Remote Desktop, VNC or other software to use the input device.
Third: don't try to write something when alternatives exists and you are not experienced in creating those technologies
 
Share this answer
 
Comments
kamal 100ni 15-May-15 8:06am    
for example ..suppose three computer system namely A,B,C are connected in a same network. Keyboard and mouse is connected to "A" computer system. How can i use keyboard and mouse same keyboard B and C.
kamal 100ni 15-May-15 8:10am    
how can i use same keyboard and mouse to system B and C...
I can't use any software because i have to do this thing programatically..
Mehdi Gholam 15-May-15 9:39am    
Use the keyboard and mouse on computer A and rdp/vnc to computer B and C.
kamal 100ni 18-May-15 1:40am    
For Example: Assume three computer system namely X,Y,Z are connected in a same network front of me. Keyboard and Mouse is connected to 'X'system. Now if i press key like "control+shift+1" then keyboard and mouse control will go to 'Y'system or if i press "control+shift+2" then keyboard and mouse control will go to 'Z' system. using c# for this thing.

can i have in code
Mehdi Gholam 18-May-15 1:45am    
Try :
https://multirdpc.codeplex.com/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900