Hi

I am a newbie to vb.net. I am trying to learn how develop a basic voice recorder that saves to a .wav file. Found a .dll including its source code posted, that can do this at:

http://www.mirc.net/projects.php?go=1160668350

Can convert it to vb.net, view code, etc. If I can get it working it can help me learn how to create additional voice recorder/player features.

My other program which authors apps as .exe programs uses JavaScript to load external .dll's and call their functions. This would allow me to test the .dll and try out its functions. New to vb.net, I can't figure out the 2 or 3 functions in this .dll sufficiently to create the JS syntax required to call them from the other authoring program. The JS syntax requires the function name in quotes, followed by its parameters (type and value).

I've also tried to convert the to an .exe but get error codes asking to add code items that I'm afraid I don't yet know how or where to add.

If an experienced vb.net user could take a look at the .dll at the link above and suggest some way to specify the function calls and their parameters, I would be appreciative.

Kind Regards,

writer2
[email protected]