-
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!
-
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]