Click to See Complete Forum and Search --> : VB and C++ Communication


methsnax
April 18th, 2004, 05:02 PM
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.


Public Arry()

'When it gets information
Redim Arry()


How would I go about doing this?

-Cheers-

kuphryn
April 18th, 2004, 05:49 PM
Check out COM.

Kuphryn

methsnax
April 18th, 2004, 06:06 PM
Thanks.

-Cheers-