Where to find a unique session ID at design time in .Net WinForms.

Posted by Jules on Stack Overflow See other posts from Stack Overflow or by Jules
Published on 2010-06-11T19:23:51Z Indexed on 2010/06/11 19:52 UTC
Read the original article Hit count: 206

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET