MeetMak 0 Newbie Poster

Hey all,

I want to add a C++ dll as an embedded resource in my project(so that i could use this applicaion and dll anywhere without being worrid about the dll file location) and subsequently, i want to access it in my vb code.

This dll contains a method which accepts certain parameters and gives an integer as the output.

How can i acces this method to give the required parametes from vb.net application?
Could anyone please suggest anything?

Thanks and regards