G
Guest
Hi
I want to use IsolatedStorage to store user data for a Win Forms app. The
majority of users are non-roaming but some are.
Sholud I use ...
IsolatedStorageFile.GetStore(IsolatedStorageScope.User Or
IsolatedStorageScope.Assembly Or IsolatedStorageScope.Roaming, Nothing,
Nothing)
roaming users, and ...
IsolatedStorageFile.GetStore(IsolatedStorageScope.User Or
IsolatedStorageScope.Assembly, Nothing, Nothing)
for non-roaming? If so, how can I tell who is and who is not a roaming user?
or can I use the first method for both roaming and non-roaming?
I want to use IsolatedStorage to store user data for a Win Forms app. The
majority of users are non-roaming but some are.
Sholud I use ...
IsolatedStorageFile.GetStore(IsolatedStorageScope.User Or
IsolatedStorageScope.Assembly Or IsolatedStorageScope.Roaming, Nothing,
Nothing)
roaming users, and ...
IsolatedStorageFile.GetStore(IsolatedStorageScope.User Or
IsolatedStorageScope.Assembly, Nothing, Nothing)
for non-roaming? If so, how can I tell who is and who is not a roaming user?
or can I use the first method for both roaming and non-roaming?