|
-
Jul 3rd, 2000, 04:07 PM
#1
Thread Starter
Member
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 ...
-
Jul 3rd, 2000, 05:01 PM
#2
_______
/?\
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
-
Jul 3rd, 2000, 06:45 PM
#3
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|