I've created a custom clipboard because it's not possible to make my whole class map serializable - which is a requirement for the windows clipboard.
However, I need to distinguish between users who are using my clipboard through a unique id. Basically, I want to be able identify a person who is sat at one PC with one or more copies of visual studio (or similar) open.
How do I do that?
ps: This is at design-time.
pps: It's not critical that it should work between copies of visual studio. One copy would be fine, or even one design surface.