How can I pass a NULL to a C++ OCX from a Visual Basic Application?
Printable View
How can I pass a NULL to a C++ OCX from a Visual Basic Application?
Try passing vbNullChar.
Hope this helps!
... or you can try:
code:
Dim MyString as String
ReturnVar = SendFuntion(MyString & chr(0))