|
-
December 21st, 1999, 04:05 AM
#1
~Example~
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
-
December 21st, 1999, 04:17 AM
#2
Re: ~Example~
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 :-)
-
December 21st, 1999, 08:14 AM
#3
Re: ~Example~
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
[email protected]
(in VB from 11/1999)
-
December 21st, 1999, 12:25 PM
#4
Re: ~Example~
God man, you are so lazy that you can't even read responds to your own messages.....not talking about reading some VB BOOKS!!!!!!
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
|