#1 [VB] [VB] Grabar audio
Hola, alguien me podria ayudar, necesito grabar audio en vb, les agradeceria si me pueden ayudar.
0
2,124
MENSAJES
70
MENSAJES
5,264
MENSAJES
2,124
MENSAJES
#5 Re: [VB] Grabar audio
MMControl1.FileName = "D:\Filename.wav" MMControl1.Command = "Open" MMControl1.Wait = False MMControl1.Notify = True MMControl1.Command = "Record"
MMControl1.Command = "Stop"
Private Sub MMControl1_Done(NotifyCode As Integer) MMControl1.FileName = "D:\Raj.wav" MMControl1.Command = "Save" MMControl1.Command = "Close" End Sub
70
MENSAJES
#6 Re: [VB] Grabar audio
2,124
MENSAJES
70
MENSAJES
2,124
MENSAJES
#9 Re: [VB] Grabar audio
(lo acabo de probar)70
MENSAJES
#10 Re: [VB] Grabar audio