hi all,

I am creating a ActiveX DLL proj. in the declaration section i am using the below code:
Public Type ComboIndexType
ID As Variant
Value As Variant
Other As Variant
End Type

After it has been converted to DLL the public type is not getting exposed in the client.problem is Illegal operation.....

any1 suggest me out....

kandan.