i have a .idl file that having the following declaration

typedef enum
{
.... something
} x;

but when i use the OLE/COM object viewer to view the .tlb file, the enum have been changed to

typedef [public]
__MIDL___MIDL_itf_MMIV2l_0000_0001 x;

typedef enum
{
.... something
} __MIDL___MIDL_itf_MMIV2l_0000_0001;

when i view it in vb object browser, it's hidden.

can anybody help me, thanks.



HTH

cksiow
http://vblib.virtualave.net - share our codes