hi Frns ;-)

i have a c#.net project .i am creaing the dll using this.
the procss i am following:

1)tlbexp (to create typelib)
tlbexp ComInteropExample.DLL /out:ComInteropExample.tlb

2)regasm
regasm ComInteropExample.DLL /tlb: ComInteropExample.tlb

after this i m taking the ref of the .tlb file in my vb project.
i am not able to call the function inside.

Plz help

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.