views:

26

answers:

2
+1  Q: 

managing clipboard

Is there any good tutorial that shows how to manage clipboard with C# programming.

+1  A: 

Like this one, this one or this one?

Oded
+1  A: 

Sometimes MSDN can be a bit lacking, but I think the samples for the ClipBoard is quite good, so I'd just look at the MSDN documentation here, and look at the various methods that sounds interesting (most of them seems to have simple samples).

ho1