Windows Phone Thoughts - Daily News, Views, Rants and Raves

Check out the hottest Windows Mobile devices at our Expansys store!


Digital Home Thoughts

Loading feed...

Laptop Thoughts

Loading feed...

Android Thoughts

Loading feed...




Go Back   Thoughts Media Forums > WINDOWS PHONE THOUGHTS > Windows Phone Developer

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-02-2002, 06:45 PM
roguetroop
Neophyte
Join Date: May 2002
Posts: 1
Default voice recorder control

:?: I am having problems with the voice recorder control on the iPAQ pocket pc. I can bring up the control from my program and use the buttons on the control, but I cannot send messages to and receive messages from the control. The following is my code to tell the control to begin playback:

SendMessage(hwndvoice, VRM_PLAY, (WPARAM)0, (LPARAM)"\\TestRec.wav");

and this is my WndProc code:

switch (message)
{
case WM_NOTIFY:
pnmh = (LPNMHDR) lParam;
switch (pnmh->code)
{
case VRN_ERROR:
do something
case VRN_RECORD_START:
do something
case VRN_PLAY:
do something...

Can anyone help me?

P.S. I found a voice recorder control from a site called CEGadgets.com but the "sdk" contained no instructions on how to use it. Has anyone used it or even heard of it?
 
Reply With Quote
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:27 AM.