CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: ~Example~

  1. #1
    Join Date
    Nov 1999
    Location
    California, USA
    Posts
    40

    ~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

  2. #2
    Join Date
    Apr 1999
    Location
    Netherlands
    Posts
    181

    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 :-)

  3. #3
    Join Date
    Dec 1999
    Location
    Tel Aviv, Israel, Earth, Solar System
    Posts
    50

    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)

  4. #4
    Join Date
    Aug 1999
    Location
    US, Florida
    Posts
    817

    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
  •  





Click Here to Expand Forum to Full Width

Featured