Writing to (and reading from) an .ini file is pretty straightforward so I assume that's not your hurdle. The real question appears to be where and how to store the data in a common location so that it is accessible from the several instances running on different machines.
On Aug 14, 1:07 am, Tim <[email protected]> wrote: > Hi, > > I have created a program that can have several instances running on > different machines but due to unreliable connectivity it is not networked. > In this program are objects wrapped in a class. The class contains all the > information necessary to recreate the objects. What I am looking for is a > simple way to save the current values of one to many classes to an .ini file > pass it over to another instance of the program, have it read in the values > and create the exact same object(s). > > Can anyone help me out or point me in the right direction? > > Thanks, > > Tim -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
