> I was hoping to be able to use the my.settings space to store an
> installation date for my app, but it doesn't look like it's going to work.
To run on Vista, I'm guessing?
> To write a setting at run time it has to have User scope.
Yes.
> Does this mean the data would be stored seperately for each user?
Yes.
> Where is the settings data stored on the hard drive?
To get the location of the User's profile, use the Windows API or, if
you're lazy like me, the Environment Variable %USERPROFILE%.
HTH,
Phill W.
tc - 27 Jul 2007 17:46 GMT
Thanks Phil.
>> I was hoping to be able to use the my.settings space to store an
>> installation date for my app, but it doesn't look like it's going to
[quoted text clipped - 17 lines]
> HTH,
> Phill W.