CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 1999
    Posts
    8

    Plz give me an example of savesetting, actually real code that works

    plz give me a code that works of the savesetting command


  2. #2

    Re: Plz give me an example of savesetting, actually real code that works


  3. #3
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Plz give me an example of savesetting, actually real code that works

    Deja vu

    What's wrong with the code that I posted earlier :


    '
    ' Save value in registry
    '
    SaveSetting "Your Program Name", "Settings", "SomeKey", "A value"
    '
    ' Read value from registry
    '
    MsgBox GetSetting("Your Program Name", "Settings", "SomeKey")
    '





    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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

    Re: Plz give me an example of savesetting, actually real code that works

    *LOL* he either forgot he had posted the same question a day ago.. hehe or he doesn't trust you *LOL*

    Crazy D @ Work :-)

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

    Re: Plz give me an example of savesetting, actually real code that works

    OMG, I can't actually believe it....you are so, for lack of a better word, retarded....give me your email address and I'll send you an example....maybe that will help.....I, I mean "WE" hope


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