Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

arraylist in VB6

Status
Not open for further replies.

Sniipe

Programmer
Oct 9, 2006
115
IE
Hello all,

I use arraylists in vb.net in an application.
This application is called by a vb6 application and it falls over when it tries to deal with arraylists...
It would be easier to change the vb6 code rather than the .net code.
What would I need to do?
 
Sniipe said:
This is whats happening, we can see the array list but not the objects within in
So are you referencing the assembly that has those objects?

If the assembly is "MyAssembly.dll" and the class is "MyClass" then you need to reference MyAssembly and declare your variable such as:

Dim MyThing As MyAssembly.MyClass


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top