CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2003
    Posts
    78

    VB and C++ Communication

    I am writing a program that compliments another program I wrote in VB. I however have run into an issue. I need to be able to communicate (in real time, read/write) with an array in my VB program.

    Code:
    Public Arry()
    
    'When it gets information
    Redim Arry()
    How would I go about doing this?

    -Cheers-

  2. #2
    Join Date
    Feb 2002
    Posts
    5,757
    Check out COM.

    Kuphryn

  3. #3
    Join Date
    Dec 2003
    Posts
    78
    Thanks.

    -Cheers-

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

Featured