How to create code for microphone voice recording in visual studio 2008?

Asked By 0 points N/A Posted on -
qa-featured

Hi,

I want to record voice in visual studio 2008. How can I create code for microphone voice recording in it? Please, write the code successively for me.

Thanks

SHARE
Best Answer by Maxwell Mark
Best Answer
Best Answer
Answered By 0 points N/A #166222

How to create code for microphone voice recording in visual studio 2008?

qa-featured

Hello Juku Jaxa,

I have a code to record your voice in virtual studio 8. You can apply this and I think it will work.

<Code>

Dim sPath As String

Dim MySound As Media. SoundPlayer

sPath = ""C:WINDOWSMediatada.wav""

mySound = New Media.SoundPlayer(sPath)

mySound.Play()

</Code>

Or try my screen shot

Or You can use a source code from

I hope your problem will be solved

Regards

Maxwell Max

Answered By 0 points N/A #166224

How to create code for microphone voice recording in visual studio 2008?

qa-featured

The code for microphone voice recording is here.

Its very simple and clear for you.

For many more forums like .NET Framework and C# are also available in that link.

Related Questions