:ehh: when i tried to saving value to My.Settings its just work fine on windows xp. but when i ran on windows 7, VS2008 told me to change permission on My.Setting to writeable.
Which file that i need to modify?
Printable View
:ehh: when i tried to saving value to My.Settings its just work fine on windows xp. but when i ran on windows 7, VS2008 told me to change permission on My.Setting to writeable.
Which file that i need to modify?
My.Settings has 2 levels of scope. user + application. user is writeable
so i can't save it to application scope?
application scope applies to settings bound via (ApplicationSettings) in your form +or control's properties
thanks for your answer