Results 1 to 4 of 4

Thread: saving settings so the next time the user opens the program their settings kick in

  1. #1

    Thread Starter
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    You may also store settings into the registry

  2. #2
    Junior Member
    Join Date
    Feb 2000
    Location
    NJ
    Posts
    19
    i know that's what i'm supposed to do, but i'm not exactly sure how to do it. if anyone could show me how, it would be greatly appreciated.

    Thanx


    ToNy Hwk

  3. #3
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Nitro
    Posts
    633
    Hello Hawk!


    Look up these properties in the help. I will give you some pretty self explanatory examples.

    GetSetting
    GetAllSetting
    DeleteSetting
    SaveSetting

    Good Luck
    Chemically Formulated As:
    Dr. Nitro

  4. #4

    Thread Starter
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    This will save check1.value int registry
    Code:
        SaveSetting App.Title, "Settings", "Check1value", check1.value
    And this will load check1.value from registry
    Code:
        Check1.value = GetSetting(App.Title, "Settings", "Check1value", 1000)
    check1.value

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width