Results 1 to 3 of 3

Thread: SaveSettingByte()

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2000
    Posts
    42

    Question

    Please be gentle! I'm a newbie to VB. I have VB4 Professional and am trying to pass the required arguments, especially the data array, to the function. Any b0ody willing to lend a hand to an ...

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    /?\

    what exactly are you trying to do?
    As in, what are you trying to pass to what function?
    Please explian and sho a little code for better understanding and someone will be able to help.
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2000
    Posts
    42
    To be more specific I'm trying to write a binary value into a registry key. I'm using the sub function SaveSettingByte written by John Percival. It requires the following parameters:

    Public Sub SaveSettingByte(ByVal hkey As Long, ByVal _
    strPath As String, ByVal strValueName As String, byData() As Byte).

    I have no problem with the strings but the array throws me.


    Old Man
    Using VB6 Professional Ediion

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