Collection passing between c# and VB 6

  • Thread starter Thread starter Ariani Hadi
  • Start date Start date
A

Ariani Hadi

Hi all,

I need some advice here regarding passing of collections between visual
basic 6. I've got an application in vb and another in c#.

I need to transfer the information created in the visual basic to update
the application in c# constantly, so that both are synchronized all the
time.

I've searched through the internet, and it seems there're some
bugs/problem in this integration. Do you have any advice of how to do
this without much error ?
Thanks a lot before .

Regards,
Ariani Hadi
 
Hi,

Thanks for the link. It helps me to have a better idea of the VB6 and
.Net. But I still have some questions regarding the c# and the VB6.
Where do we need to create the collection interface, is it in VB6 or C#?
And will the c# be able to access all the information in the collection
that's passed from VB6 ?

Thanks for your help

Ariani Hadi
 
Create the interface in C#.

Yes. C# be able to access all the information in the collection
that's passed from VB6

Regards,
R.Balaji
 
Back
Top