C
cpnet
In my old unmanaged apps, I'd store a list of "recent files" in the HKCU
registry hive, so that I could display the last 4 opened files on the "File"
menu of my app. And, this was specific to each user.
I'm not sure where I should be storing something like this in a managed (C#)
app? App.config doesn't seem to be user specific. Should I still be using
the registry for this, or does this now belong somewhere else?
registry hive, so that I could display the last 4 opened files on the "File"
menu of my app. And, this was specific to each user.
I'm not sure where I should be storing something like this in a managed (C#)
app? App.config doesn't seem to be user specific. Should I still be using
the registry for this, or does this now belong somewhere else?