S
Sid Price
I am writing an application that needs to be a multi-instance application.
With VB.NET 2005 this is pretty straight-forward except that I can not find
any information about saving instance specific settings. The idea would be
to have an instance identifier passed into the application from the command
line that would identify the particular instance and then to use that to
recover the settings specific to that instance. I realize this can be done
using an XML or other format file but it seems that it should be possible to
make use of a settings type class. At this time I have not found a way of
doing this and would appreciate any suggestions,
Sid.
With VB.NET 2005 this is pretty straight-forward except that I can not find
any information about saving instance specific settings. The idea would be
to have an instance identifier passed into the application from the command
line that would identify the particular instance and then to use that to
recover the settings specific to that instance. I realize this can be done
using an XML or other format file but it seems that it should be possible to
make use of a settings type class. At this time I have not found a way of
doing this and would appreciate any suggestions,
Sid.