|
-
Sep 28th, 2000, 08:52 AM
#1
Thread Starter
New Member
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!
-
Sep 28th, 2000, 09:11 AM
#2
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|