Graphite2001
Member
- Joined
- Sep 30, 2003
- Messages
- 12
Hello All,
I have a problem with a VB.net project using ActiveX user control.
There is a method in my user control that takes a collection as an argument (originally in VB6).
However, after i upgraded the whole project into VB.Net, everything works out perfectly except for this particular function. Now when i look at the function signature from the intellisense, i see that the argument becomes a VBA.Collection. Thus, if i passed in a regular collecton that i dim in my .NET project ( i think its VisualBasic.Collection), it gives me an error (error 13).
Is there a way to solve this problem?
Thank you
Anson:-\
I have a problem with a VB.net project using ActiveX user control.
There is a method in my user control that takes a collection as an argument (originally in VB6).
However, after i upgraded the whole project into VB.Net, everything works out perfectly except for this particular function. Now when i look at the function signature from the intellisense, i see that the argument becomes a VBA.Collection. Thus, if i passed in a regular collecton that i dim in my .NET project ( i think its VisualBasic.Collection), it gives me an error (error 13).
Is there a way to solve this problem?
Thank you
Anson:-\