How to create code for microphone voice recording in visual studio 2008?
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
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
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
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.