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
Printable View
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
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