2023-02-11, 18:22:42
Hi,
Bernard already gave the answer that I was going to give so instead of repeating the answer, I just watched the thread.
You are correct about the runtime error in VB6, I just reproduced that here.
Obviously that is not very useful when trying to use this property from within VB6.
This appears to be because VB6 does not support the "unsigned long" (unsigned integer) data type.
Let me have a look and see what the best solution is for this.
Thanks,
--
Wil
Bernard already gave the answer that I was going to give so instead of repeating the answer, I just watched the thread.
You are correct about the runtime error in VB6, I just reproduced that here.
Code:
---------------------------
Microsoft Visual Basic
---------------------------
Compile error:
Function or interface marked as restricted, or the function uses an Automation type not supported in Visual Basic
---------------------------
OKĀ HelpĀ
---------------------------
Obviously that is not very useful when trying to use this property from within VB6.
This appears to be because VB6 does not support the "unsigned long" (unsigned integer) data type.
Let me have a look and see what the best solution is for this.
Thanks,
--
Wil