Question : Sharing the same State object


I am new to this feature of WinForms and don't exactly know where to start. I have this link but don't quite get it.

http://msdn.microsoft.com/en-us/library/system.runtime.remoting.aspx

If someone cold please give me a quickl overview of using a shared state object I'd appreciate it.

Thanks,
newbieweb

Answer : Sharing the same State object

Can you clarify what "sharing" means to your app?
If shared a State object:
- Among threads you do not need remoting.
- Among other programs on the same PC (Yes remoting is an option in .nwt 2.0 - it is obsolete in 3.0 because it is done with WCF)

http://www.beansoftware.com/NET-Tutorials/NET-Remoting-Tutorial.aspx
http://quickstart.developerfusion.co.uk/quickstart/howto/doc/Remoting/singleton.aspx
Random Solutions  
 
programming4us programming4us