PanasonicSubz
December 21st, 1999, 03:05 AM
I am trying to save a string to the regestry using the SaveSetting command but, what do i actually put in after that?, thanks
PanasonicSubz
PanasonicSubz
|
Click to See Complete Forum and Search --> : ~Example~ PanasonicSubz December 21st, 1999, 03:05 AM I am trying to save a string to the regestry using the SaveSetting command but, what do i actually put in after that?, thanks PanasonicSubz Crazy D @ Work December 21st, 1999, 03:17 AM Call SaveSetting("MyAppName", "MySection", "MyKey", "TheValue") Leter, use ReadSetting: Dim s As String s = ReadSetting("MyAppName", "MySection", "MyKey") s will be "TheValue" didn't check the syntax, but I think this is it. Crazy D @ Work :-) Jean Spector December 21st, 1999, 07:14 AM Sorry pal, but you got the example you're asking for exactly TWO days ago (19/12) on your question "regestry". You're welcome to check this out. Jean Spector Tech Support Team Leader, CET mage@lycosmail.com (in VB from 11/1999) AndyK December 21st, 1999, 11:25 AM God man, you are so lazy that you can't even read responds to your own messages.....not talking about reading some VB BOOKS!!!!!! codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |