C# Tutorial - Save TextBox Label and CheckBox in User Settings | FoxLearn

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 63

  •  8 ปีที่แล้ว +2

    Another awesome tutorial I found here on your other channel. Thanks again!

    • @foxlearn
      @foxlearn  8 ปีที่แล้ว

      Thank you so much ^_^

  • @athenaus9543
    @athenaus9543 6 ปีที่แล้ว

    Finally after a week trying to figure this out with a Toggle theme option you helped!

    • @foxlearn
      @foxlearn  6 ปีที่แล้ว

      You're welcome. Thank you !

  • @kaushalyepalugaswewa3168
    @kaushalyepalugaswewa3168 6 ปีที่แล้ว

    Very Simple and easy to understand.

    • @foxlearn
      @foxlearn  6 ปีที่แล้ว

      Thank you !

  • @Perevozych
    @Perevozych 7 ปีที่แล้ว +3

    How to change the directory of the settings file

  • @naTure-vs2ef
    @naTure-vs2ef 3 ปีที่แล้ว

    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??

  • @kissdavid4690
    @kissdavid4690 2 ปีที่แล้ว

    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?

  • @manjeetnandal1
    @manjeetnandal1 4 ปีที่แล้ว

    Great thanks!
    Settings Save() method takes many seconds when it is called!
    Why this is? Please

  • @swizhorror1019
    @swizhorror1019 3 ปีที่แล้ว

    Thank you muchhh...

  • @zerosandones7547
    @zerosandones7547 4 ปีที่แล้ว

    why is the settings value not changed when I checked there?

  • @benqc8652
    @benqc8652 4 ปีที่แล้ว

    Great! Thank you

  • @theofficialamt6626
    @theofficialamt6626 3 ปีที่แล้ว

    how would you do this with Comboboxes

    • @foxlearn
      @foxlearn  3 ปีที่แล้ว

      Do the same way

  • @azeezkadiri5399
    @azeezkadiri5399 8 ปีที่แล้ว

    Great video. Thanks.

    • @foxlearn
      @foxlearn  8 ปีที่แล้ว

      Thank you so much :)

  • @user-lq4oh1xe9v
    @user-lq4oh1xe9v 5 ปีที่แล้ว

    Nice video thanks!

    • @foxlearn
      @foxlearn  5 ปีที่แล้ว

      Thank you !

  • @blushchickengaming5990
    @blushchickengaming5990 7 ปีที่แล้ว

    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.

  • @zerosandones7547
    @zerosandones7547 4 ปีที่แล้ว

    how to save numeric updown values in user settings?

    • @zerosandones7547
      @zerosandones7547 4 ปีที่แล้ว

      numericupdown.Value = Properties.Settings.Default.num;
      oh it was this hehe

  • @benjy1221
    @benjy1221 7 ปีที่แล้ว

    How can I save the selected item in the MetroFramework Combobox?

    • @foxlearn
      @foxlearn  7 ปีที่แล้ว

      Add a binding source to metro combobox or use cboYourMetroComboBox.SelectValue, then you can save value to your database

    • @benjy1221
      @benjy1221 7 ปีที่แล้ว

      Fox Learn can I save it in the properties.settings.default too?

    • @foxlearn
      @foxlearn  7 ปีที่แล้ว

      Yes, you can save default value to user settings

    • @benjy1221
      @benjy1221 7 ปีที่แล้ว

      Fox Learn ok I'll try IT :)

    • @benjy1221
      @benjy1221 7 ปีที่แล้ว

      Can you please send me an example?

  • @JJedai
    @JJedai 7 ปีที่แล้ว

    useful ! thank you !

  • @shaikashra8443
    @shaikashra8443 7 ปีที่แล้ว +2

    How to save picturebox picture in the form without any database in C# ¿¿??

    • @foxlearn
      @foxlearn  6 ปีที่แล้ว

      You can save to file

  • @MCPabs
    @MCPabs 8 ปีที่แล้ว +1

    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.

    • @foxlearn
      @foxlearn  8 ปีที่แล้ว +1

      I think you can setup in windows, set low-level security for the application. thanks

  • @MuhammadBilal-ly1ct
    @MuhammadBilal-ly1ct 6 ปีที่แล้ว

    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!

    • @foxlearn
      @foxlearn  6 ปีที่แล้ว

      Yes, you can save to dataset or use local database

    • @MuhammadBilal-ly1ct
      @MuhammadBilal-ly1ct 6 ปีที่แล้ว

      @@foxlearn Sir! kindly make a tutorial on it please.

  • @metazertyuiop
    @metazertyuiop 6 ปีที่แล้ว

    thanks for the video ! Is it possible to do the same with user control ?

    • @foxlearn
      @foxlearn  6 ปีที่แล้ว

      Yes, you can do the same way

  • @croppable
    @croppable 7 ปีที่แล้ว

    Can u do a tut just like this but you do it with the forms...
    Thx

  • @n.ssaini859
    @n.ssaini859 7 ปีที่แล้ว

    i need a code
    on form close listbox items save
    and reload on form open

    • @foxlearn
      @foxlearn  7 ปีที่แล้ว +1

      OK. Thank you for your suggestion. I'll make tutorial on this as soon as possible

    • @n.ssaini859
      @n.ssaini859 7 ปีที่แล้ว

      thnx

  • @lenuvide1041
    @lenuvide1041 6 ปีที่แล้ว

    THX A LOT :)

    • @foxlearn
      @foxlearn  6 ปีที่แล้ว +1

      You're welcome. Thank you !

  • @parkourchinx7978
    @parkourchinx7978 8 ปีที่แล้ว

    Thanks!

    • @foxlearn
      @foxlearn  8 ปีที่แล้ว

      Thank you :)

  • @URIXMX
    @URIXMX 8 ปีที่แล้ว

    Thank you so much

    • @foxlearn
      @foxlearn  8 ปีที่แล้ว

      You're welcome ^_^

  • @smartcodelearning5157
    @smartcodelearning5157 6 ปีที่แล้ว +1

    thanks

    • @foxlearn
      @foxlearn  6 ปีที่แล้ว

      You're welcome. Thank you !

  • @sirajalshami6425
    @sirajalshami6425 6 ปีที่แล้ว +1

    I cannot call Properties in Visual studio 2015 !!

    • @foxlearn
      @foxlearn  6 ปีที่แล้ว

      Please check your code again

    • @philiphaynes3377
      @philiphaynes3377 5 ปีที่แล้ว

      using appname.Properties;

  • @ErtBaran
    @ErtBaran 3 ปีที่แล้ว

    Thx

    • @foxlearn
      @foxlearn  3 ปีที่แล้ว +1

      You’re welcome!

  • @Omarhi51llarious4tsxdl1l
    @Omarhi51llarious4tsxdl1l 3 ปีที่แล้ว

    How to Save User Settings from Child Class?

    • @foxlearn
      @foxlearn  3 ปีที่แล้ว

      Do the same way

  • @korpukkur
    @korpukkur 2 ปีที่แล้ว

    doesnt work :(

  • @yilmaz070
    @yilmaz070 8 ปีที่แล้ว

    +1

    • @foxlearn
      @foxlearn  8 ปีที่แล้ว

      Thank you :)

    • @yilmaz070
      @yilmaz070 8 ปีที่แล้ว

      No problem :)

  • @AshishHirapara
    @AshishHirapara 8 ปีที่แล้ว

    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

    • @foxlearn
      @foxlearn  8 ปีที่แล้ว +1

      Ok. Thank you for your suggestion. I'll upload soon :)