Results 1 to 3 of 3

Thread: Passing NULLS

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    1

    Post

    How can I pass a NULL to a C++ OCX from a Visual Basic Application?

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    Post

    Try passing vbNullChar.

    Hope this helps!

  3. #3
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840

    Post

    ... or you can try:

    code:

    Dim MyString as String
    ReturnVar = SendFuntion(MyString & chr(0))

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