programming a pocket pc mp3 player or voice memo recorder

M

Mad Scientist Jr

i'm trying to write an application for pocket pc that has
integrated mp3 player & voice recorder features.

has anyone done anything similar, such as integrate windows media player
into their app, or make a simple voice memo recorder?

any links to info on programming such an app, or source code for
similar applications in vb.net or c# would be most appreciated.
 
W

William Ryan eMVP

At the simplest level there's code for the PlaySound API here
http://www.devbuzz.com/content/code_snippet_list.asp?typeofsnippet=.NET CF
However first go to www.opennetcf.org and look through th SDF. You can use
the Process class to start a MP# player up and pass in the filename for
instance. If you want to record, they have the most advanced Multimedia
library out there, plus the founders are very active in teh forums.

These might help too
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/PInvokeLib.asp
http://msdn.microsoft.com/mobility/...l=/library/en-us/dnnetcomp/html/waveinout.asp

--

W.G. Ryan, eMVP

http://forums.devbuzz.com/
http://www.knowdotnet.com/williamryan.html
http://www.msmvps.com/WilliamRyan/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top