Click here to get back home

Voice recorder control notification message problems

 HomeNewsGroups | Search | About
 microsoft.public.smartphone.developer    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Voice recorder control notification message problems deadeasy 06-16-2005
Get Chitika Premium
Posted by deadeasy on June 16, 2005, 5:52 pm
Please log in for more thread options
Hi,

I wrote a small app that creates a voice recorder control. I am able to
create it fine but I do get the WM_NOTIFY messages on the parents wndproc.

CM_VOICE_RECORDER cmvr;
                                                memset( &cmvr, 0, sizeof(cmvr));
                                                cmvr.cb = sizeof(CM_VOICE_RECORDER);
                                                cmvr.dwStyle = VRS_NO_MOVE | VRS_MODAL;
                                                cmvr.xPos = -1; // Use -1 to center the control relative to owner.
                                                cmvr.yPos = -1;
                                                cmvr.hwndParent = hWnd;
                                                cmvr.id = IDC_VOICERECORDER;
                                                cmvr.lpszRecordFileName = TEXT("\My Documents\vr2.wav");

                                                // Returns the handle to the control.
                                                g_hWndVoice = VoiceRecorder_Create(&cmvr);

Let me know where I am going wrong.

Thanks,
Piali


Similar ThreadsPosted
Voice Recorder June 10, 2008, 10:22 am
How to get notification message from plugin? September 4, 2006, 4:38 am
The format of the DM notification message? July 7, 2008, 10:47 pm
The format of the DM notification message? July 7, 2008, 11:02 pm
The format of the DM notification message? July 8, 2008, 3:16 am
The format of the DM notification message? July 8, 2008, 3:43 am
The format of the DM notification message? July 8, 2008, 8:46 am
New text message notification removal - how to? January 6, 2008, 4:01 pm
How to write Audio Recorder App? January 12, 2007, 5:23 pm
SMT5600 with WM5 video recorder unusable September 15, 2005, 12:20 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap