Problems with settings.

  • Thread starter Thread starter Stefano
  • Start date Start date
S

Stefano

Good morning to all.

Why when I change the version for my application or login (on the client
pc) by another user the settings are lost ?

I have read about the update method but not understand how it can be used ?
Anyone have used this ?

Thank you.
Stefano

p.s. And sorry for my english.
 
DanielReis ha scritto:
Could you be more specific, please?

DanyR.

In each vb 2005 program I made, whenever is installed on client pc, if
you login (in windows) by using account that was used to install the
program, all settings are loaded.

If you login by using another account all settings are lost and need to
be set another time.

I have read that exists only application and user settings, application
type are not lost by changing user but I cannot modify using
my.settings........=......

Thank.
Stefano.
 
You can't do this with user-level settings. You have to use
application-level settings. As you've already figured out.

I think app-level settings are stored in app.config.
Maybe you could open it and modify the values.
It's probably in XML.

Robin S.
----------------------------------
 
Back
Top