C# Save User Settings Properties At Run Time - How To - Tutorial

preview_player
Показать описание
In this C# programming tutorial I am going to show you how to save and retrieve settings or properties at run time with your C# application.

##########################################
Download Project:

##########################################
Feel free to ask any questions regarding programming or this specific tutorial. Thanks for watching!
Рекомендации по теме
Комментарии
Автор

Thanks for watching, friends! Leave a like and/or sub if it helped you out ;)

Luipi
Автор

This was super clear and helpful, I was missing the save function after, and then had to convert to int, like you did.

Perfect !! Now I've gone from forms saving no data to an easy and clear way to have every single field I need saved.. huge step up in ability from a few mins of video. Cheers !

ivangutowski
Автор

This was so straight-forward, I'm surprised Microsoft never put that as a "Tip Of The Day" when you boot Visual Studio.

morphman
Автор

Thanks for this I found solution for my application.

rohitanekar
Автор

This is so useful, I'm now using it in almost every application. Thank you so much.

I have a question. Do you think it would be possible to use this in object-orientated programming? Such as saving a users name and other information? Or would it be better to use something like an XML file? Please keep in mind that my uses does not require this to be secure at all.

Thank you again.

charliegallie
Автор

Awesome. Simple and straightforward. Thank you

VictorGarcia-pctk
Автор

Now could you please do the same with user controls, I'm going experiencing serious problems doing it.

Code_with_Iphie
Автор

My app doesn't have a .settings file?

LaughingMan
Автор

I'm sorry, but I was unable to download the project. Loved the video.

MultiBodmin
Автор

With a combobox how would it be done? Thank you

moisesNietoQuiroga
Автор

It has a great use in increasing user friendliness. Can be used in making software which are for industrial purpose!! Great work!!

diode_tech
Автор

Is that also possible with the listbox so that the items are saved

injectware
Автор

Inn Brazil we say "Show!" for very, very goods tips..

sergiobarros
Автор

Thank you this helped me a lot.
I used this to save top scorers in the board game I am doing.

kelennihomori
Автор

Work fine but if you open the window "Settings.settings" the values are not update...

BernardSola
Автор

Thanks for sharing the video
Can it be possible to save the data at user specific level. Can you please help

piyushlohani
Автор

Hi KIJUKA,
I am a beginner in c#. Sir I have a question but let ask my question by an example
it is like this
1> Login
2> can create shop
3> can create category for that particular shop
4> for that category system should allow to create items
5> for that item system should allow to have a stock maintenance section
6> credit section for that shop
7> debit section for that shop
8> check details for that shop we created
same like that system should allow user to create as many shop as we want
Its a dynamic system
I wonder how save changes into UI design and next time if run the application should load all user control which added dynamically
Thank in advance for response
Have great day .

qurbansaberi
Автор

Good Video, clear and consise - Are you still creating videos for C#

mgrant
Автор

Great video, help me with a project I was working on.

daverich
Автор

Such a great tutorial.. Quick and concise.
Thank you

Cary