B
Bob Altman
Hi all,
I have a solution that contains two projects: A console app and a Windows
Forms app. The Windows Forms app uses data binding magic to save some
user-supplied data in My.Settings. I would like the console app to be able
to fetch the data from the Windows Forms app's settings. (I know that I
could store the settings someone else, like a file or the registry or
environment variables. Consider this a bit of a science project to see
what's involved.)
I assume that this sort of thing is possible but definitely not for the
faint of heart. If it's going to take a lot of ugly code then I'll just
give up and use some other scheme. But if it's reasonably easy for one
project to read another project's settings then I'd be forever grateful for
an example or description of how to do it.
TIA - Bob
I have a solution that contains two projects: A console app and a Windows
Forms app. The Windows Forms app uses data binding magic to save some
user-supplied data in My.Settings. I would like the console app to be able
to fetch the data from the Windows Forms app's settings. (I know that I
could store the settings someone else, like a file or the registry or
environment variables. Consider this a bit of a science project to see
what's involved.)
I assume that this sort of thing is possible but definitely not for the
faint of heart. If it's going to take a lot of ugly code then I'll just
give up and use some other scheme. But if it's reasonably easy for one
project to read another project's settings then I'd be forever grateful for
an example or description of how to do it.
TIA - Bob