G
Guest
I have an app that will need to store hostorical data (path & filenames) in a
combo box (so that the user doesn't have to type in the same data each time
the app is restarted). Is it best to keep this data in the registry, or in
app.config?
I've already asked about using app.config in this context, in a different
question in this forum. However if the registry is the preferred method, how
should this list of data be stored & retrieved in the registry?
Thanks,
combo box (so that the user doesn't have to type in the same data each time
the app is restarted). Is it best to keep this data in the registry, or in
app.config?
I've already asked about using app.config in this context, in a different
question in this forum. However if the registry is the preferred method, how
should this list of data be stored & retrieved in the registry?
Thanks,