Click here to Skip to main content
15,887,288 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Good day! I'm developing crossplatform application in MonoDevelop and I want to get the opportunity for user to save user's settings. How can I do it in MonoDevelop?
Many thanks in advance
Posted
Comments
Sergey Alexandrovich Kryukov 20-Aug-12 3:14am    
Did you try to read the documentation?
--SA

1 solution

It's all explained in the documentation:
http://monodevelop.com/developers/articles/user_profiles[^].

—SA
 
Share this answer
 
Comments
Maximys 20-Aug-12 3:39am    
Many thanks for your response. This link about User Profiles of MonoDevelop. But I haven't found anything about how to save user's settings in my project(program) here. Could you please explain me this question. I need anything like class Settings in .NET Framework
Sergey Alexandrovich Kryukov 20-Aug-12 3:45am    
What's the problem; do you want to do it in universal way, programmatically? You need to use MonoDevelop.Core.PropertyService.Locations. When you find the location, you need to copy everything to other location of your choice. Is the copy a problem? :-)
--SA
Sergey Alexandrovich Kryukov 20-Aug-12 3:46am    
The Settings in not the adequate example -- they did not save Visual Studio settings, but the application settings. And you were asking about IDE setting, were you not?
--SA
Maximys 20-Aug-12 6:20am    
No, I'm asking about my application settings
Sergey Alexandrovich Kryukov 20-Aug-12 15:21pm    
Only?! Wait a minute, now what part of this code is not available in Mono?
Besides, I consider Application Settings as obsolete since introduction of Data Contract:
http://msdn.microsoft.com/en-us/library/ms733127.aspx
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900