LarryLunchBucket
December 22nd, 1999, 05:09 PM
you no how you use the command savesetting (AppName as string, Section as string, Key as string, Setting as String) , well could someone give me an example of the section, key, and setting? thnx
|
Click to See Complete Forum and Search --> : SaveSetting LarryLunchBucket December 22nd, 1999, 05:09 PM you no how you use the command savesetting (AppName as string, Section as string, Key as string, Setting as String) , well could someone give me an example of the section, key, and setting? thnx Chris Eastwood December 22nd, 1999, 05:19 PM How about : SaveSetting "Your Program Name", "Settings", "SomeKey", "A value" MsgBox GetSetting("Your Program Name", "Settings", "SomeKey") Chris Eastwood CodeGuru - the website for developers http://codeguru.developer.com/vb codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |