Pocket PC Thoughts - Daily News, Views, Rants and Raves

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





Go Back   Thoughts Media Forums > POCKET PC THOUGHTS > Pocket PC Developer

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-02-2002, 06:45 PM
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
Reply


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 On
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 11:30 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 RC7