I have 2 computer system which is connected to same network (Sys1,Sys2). If I copy any content from Sys1, I need to paste to Sys2.
- My thought process (.net project)
- create a application which will run when system start up.
- when I do copy I have to track, then I will save the copied content to DataBase.
- while trying to paste (Sys2) I will get the content from Database.
Anyone please suggest, is this one work out? And also please guide to do the Task.
Thanks in advance
Ramesh.
Yes, this approach would work.
Note: consider using existing tools to synchronize content instead of re-inventing the wheel.
Random guess: maybe you are looking for event when something added to clipboard to implemet something similar to clipboard for remote desktop… Check following for info: Clipboard event C#