Results 1 to 2 of 2

Thread: how to save settings enter by user??

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    9

    Question


    i am doing a program that lets the user select the volume and other setting like zoom, focuz, mute..... by using sliders and option button. in the same form, i have a command button that is to save the new setting input by the user. is there anyway to write the code so that the next time the user runs my program again, the setting will remain the same? and when the user change some of the setting n click save command button, the new value of the setting will be saved.
    thanx!

  2. #2
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    Hy happyger, either use the registry: http://www.vb-world.net/cgi-bin/sear...hereto=VBWORLD
    ini files: http://www.vb-world.net/cgi-bin/sear...hereto=VBWORLD

    Or make you're own file with the options (or each line or something, I do that all the time ) especially if you're saving lots of data it's best to avoid the registry.


    [Edited by Jop on 09-28-2000 at 10:15 AM]
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

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