|
-
Aug 2nd, 2004, 06:48 AM
#1
Thread Starter
Addicted Member
ConfigurationSettings.AppSettings (Setting the Value Problems)
Ok, I don't have any problems getting the data but I have problems setting the data at run-time. I am using
Code:
ConfigurationSettings.AppSettings.Set(key, value);
And I get "Collection is read-only"
Any ideas?
-
Aug 2nd, 2004, 09:40 AM
#2
yay gay
You can't set values, only read them. You have to put them manually in the XMl
\m/  \m/
-
Aug 2nd, 2004, 10:19 AM
#3
Thread Starter
Addicted Member
Ok, lets say I want to detect the window size when they close it and save it for the next time they open the application, how do I do that? You have got to be able to set and change the values in the xml file.
-
Aug 2nd, 2004, 02:46 PM
#4
Thread Starter
Addicted Member
Anyone?? Pirate, help!!!
-
Aug 3rd, 2004, 03:27 PM
#5
Sleep mode
Yeah , PT Exorcist is right . You can only read the settings from App setting file . Here's an example on Edneeis's site . http://www.edneeis.com/example.aspx?ID=13
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|