Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Will DLLs written in VB 6 work in .net ?

Status
Not open for further replies.

LegoPiece

Programmer
Mar 19, 2001
95
0
0
US
I'm writing an application for a Pocket PC, which has to have a voice recorder, which can capture audio and save it to a file. Sounds simple enough, but there are no ActiveX controls for such a voice recorder for embedded and the only way to do this is to use the PlaySound and RecordSound functions in the Win32 API. I have an example which does this, for eVisual Basic 3.0, however it's very lengthy and needs modifications. I was therefore thinking that I could incorporate all the functionality of these API calls into a class module (DLL), and create some convenient methods which would well... WORK!

Am I way off base here, or is there a more convenient way to voice enable my embedded VB app?

Peace
Lego

"People have accused us of releasing the same album 16 times - that's simply not true. We've released the same album 17 times!" - Angus Young, AC/DC
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top