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

Thread: Registry

  1. #1

    Registry

    Can someone please give me a quick example of creating, adding a value to, and closing a registry key? I can't seem to make it work!
    This is one thing that is actually easier in c++!!!!!


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Registry

    refer http://vblib.virtualave.net, there is a class call vbRegistry in the activeX DLL that wraps the APIs. download the source code.

    HTH


  3. #3
    Join Date
    May 2001
    Location
    Russia
    Posts
    200

    Re: Registry

    Andy Tower

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