What is the technique for accessing enum's from object that are late bound? Do you have use the equivalent number or is their some way to access the enums? I could also create constants representing the enum's and their vals. How are you doing this?
Thanks,
Glenn
The trouble i'm having is I can't create objects with nested classes from vb6. Try this, create the following class in VB.NET. Then regasm it and try to create an object based on the nested class from vb6. Then try to declare the following object. I can't. As soon as I run the project it tells...
I'm wanted to consume my vb.net assemblies (dll/tlb) from vb6. I can do this but an interface must be defined for the class. That works. But how do we define interfaces for a class with nested classes?
' Visual Basic
' This is the enclosing class, whose class declaration contains the nested
'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.