I have several WinForms .NET programs that are started using ClickOnce. The user logs into one application and is given a logon ID. I need to be able to get a copy of this ID from the other programs. Could anyone tell me how to do this using remoting, reflection or something! If you could point me at an example that would be great.
The code is written in C# using Visual Studio 2010, but older examples in any .NET language will do.