user310291
user310291

Reputation: 38238

Would it be technically difficult to recreate windows for workgroup clipboard on windows 7 with c#?

In the old days of windows workgroup 3.11 there was the possibility to copy and paste on the network.

This feature has been removed which is weird today as we are in sharing information era !

So would it be technically difficult to recreate windows for workgroup clipboard on windows 7 in c# ? What API method would be mandatory to use ? Anyone did already try ?

Upvotes: 0

Views: 143

Answers (1)

M.Babcock
M.Babcock

Reputation: 18965

Technically difficult can be seen as a matter of opinion or skill set, but it appears that it is possible at least. I've never had a reason to do it myself but you could probably look into the answers from this question, and broadcast any clipboard changes to LAN peers. I'd probably use UDP broadcast for the actual sharing.

Upvotes: 1

Related Questions