CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: GremlinSA

Search: Search took 0.31 seconds.

  1. Replies
    8
    Views
    12,182

    Re: Windows 7 and Reg Functions..

    Sorry ... regkeys is a custom type that i built ..
    Public Class Regkeys
    Private _RegType As Reg_type
    Private _KeyLoc As String
    Private _KeyName As...
  2. Replies
    8
    Views
    12,182

    Windows 7 and Reg Functions..

    i have two very simple functions... to load and save regkeys..

    Public Function Load(ByVal Regloc As Reg_type, ByVal Keyloc As String, ByVal Keyname As String, Optional ByVal DefValue As...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured