gspandian
Apr 14th, 2009, 02:05 AM
Hi All
My C-sharp dll contains enum type which is registered for COM interop for VB6 apps And it is registered successfully. i am using a late-binding for accessing the classes in vb6. how to access the ENUM type in VB6 through latebinding
early binding(as refered tlb in prj reference)
value = enumname.DisplayActive_Type_All (works fine)
now i removed the tlb referecen and try to access this enum thru late binding
for class i can access thru createObject method but how to access enum throug late binding?
regards
pandi G S
My C-sharp dll contains enum type which is registered for COM interop for VB6 apps And it is registered successfully. i am using a late-binding for accessing the classes in vb6. how to access the ENUM type in VB6 through latebinding
early binding(as refered tlb in prj reference)
value = enumname.DisplayActive_Type_All (works fine)
now i removed the tlb referecen and try to access this enum thru late binding
for class i can access thru createObject method but how to access enum throug late binding?
regards
pandi G S