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

Thread: Regestry

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

    Regestry

    how do i add to the regestry? like for when my form loads up. thanks

    PanasonicSubz

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

    Re: Regestry

    You can use SaveSetting and GetSetting to write and read data from registry respectfully.
    SaveSetting (REG_APPLICATION_NAME, REG_SECTION, REG_KEY, YourString) and my example would be:
    SaveSetting (App.Title, "Startup", "String1", "Your String")

    Jean Spector
    Tech Support Team Leader, CET
    [email protected]
    (in VB from 11/1999)

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