Heyy thanks a lot but i have a question: if i have too many forms in each one there is some checkboxes and textBoxes,how can i make it to save what i checked for the checkboxes and what i wrote in text boxes when i rerun the app??
Hey, Thanks this awesome tutorial. I have a question. So i followed the video and the textboxes are saved as it needs, but the pictures not. Can u tell me how to make a user setting to picturebox?
Nice video!! Man I have a question. Im making a toolbox all in 1. Some of the tools need admin permission others don´t. By default it is set to "requireAdmin". Is there anyway I can make it to run as standard in case I click no in the UAC prompt? Sorry my horrible english. Anyways keep up the good work.
Nice Video! But what I am trying to do is, I am creating Charts dynamically and want to save all the charts which I created and when I close the app they are there when I restart the app. could you help me how that's possible? Or create a video on it please thanks!
Great Video again. Thanks. This time i request you to create video like th-cam.com/video/tgqKd7l7_s8/w-d-xo.html but without any 3rd party library. Can you please provide solution video for this? It'll make everyone's designing problem easier. Regards
Another awesome tutorial I found here on your other channel. Thanks again!
Thank you so much ^_^
Finally after a week trying to figure this out with a Toggle theme option you helped!
You're welcome. Thank you !
Very Simple and easy to understand.
Thank you !
How to change the directory of the settings file
Heyy thanks a lot but i have a question: if i have too many forms in each one there is some checkboxes and textBoxes,how can i make it to save what i checked for the checkboxes and what i wrote in text boxes when i rerun the app??
Hey, Thanks this awesome tutorial.
I have a question.
So i followed the video and the textboxes are saved as it needs, but the pictures not. Can u tell me how to make a user setting to picturebox?
Great thanks!
Settings Save() method takes many seconds when it is called!
Why this is? Please
Thank you muchhh...
why is the settings value not changed when I checked there?
Great! Thank you
how would you do this with Comboboxes
Do the same way
Great video. Thanks.
Thank you so much :)
Nice video thanks!
Thank you !
Great video, but my form did not save text in my text box (richTextBox1) to my setting (text) can you please help me with this.
how to save numeric updown values in user settings?
numericupdown.Value = Properties.Settings.Default.num;
oh it was this hehe
How can I save the selected item in the MetroFramework Combobox?
Add a binding source to metro combobox or use cboYourMetroComboBox.SelectValue, then you can save value to your database
Fox Learn can I save it in the properties.settings.default too?
Yes, you can save default value to user settings
Fox Learn ok I'll try IT :)
Can you please send me an example?
useful ! thank you !
How to save picturebox picture in the form without any database in C# ¿¿??
You can save to file
Nice video!! Man I have a question. Im making a toolbox all in 1. Some of the tools need admin permission others don´t. By default it is set to "requireAdmin". Is there anyway I can make it to run as standard in case I click no in the UAC prompt?
Sorry my horrible english. Anyways keep up the good work.
I think you can setup in windows, set low-level security for the application. thanks
Nice Video! But what I am trying to do is, I am creating Charts dynamically and want to save all the charts which I created and when I close the app they are there when I restart the app. could you help me how that's possible? Or create a video on it please thanks!
Yes, you can save to dataset or use local database
@@foxlearn Sir! kindly make a tutorial on it please.
thanks for the video ! Is it possible to do the same with user control ?
Yes, you can do the same way
Can u do a tut just like this but you do it with the forms...
Thx
i need a code
on form close listbox items save
and reload on form open
OK. Thank you for your suggestion. I'll make tutorial on this as soon as possible
thnx
THX A LOT :)
You're welcome. Thank you !
Thanks!
Thank you :)
Thank you so much
You're welcome ^_^
thanks
You're welcome. Thank you !
I cannot call Properties in Visual studio 2015 !!
Please check your code again
using appname.Properties;
Thx
You’re welcome!
How to Save User Settings from Child Class?
Do the same way
doesnt work :(
+1
Thank you :)
No problem :)
Great Video again. Thanks. This time i request you to create video like th-cam.com/video/tgqKd7l7_s8/w-d-xo.html but without any 3rd party library. Can you please provide solution video for this? It'll make everyone's designing problem easier. Regards
Ok. Thank you for your suggestion. I'll upload soon :)