Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Record .wav file from sound card?
Message
De
14/05/1999 18:47:31
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00218524
Message ID:
00219265
Vues:
25
>Larry,
>
>You can use the built-in Windows applet:
>
>
declare long ShellExecute in "shell32.dll" long hwnd, string lpszOp, ;
>                    string lpszFile, string lpszParams, ;
>                    string lpszDir, long nShowCmd
>
>declare long GetDesktopWindow in"win32api"
>
>local hDCScreen
>
>hDCScreen = GetDesktopWindow()
>? ShellExecute( hDCScreen, "open", "C:\WINDOWS\SNDREC32.EXE", "", "c:\", 1 )
>
>
>>Is there an ActiveX control that will allow me to record a sound file using a standard sound card?

Actually, the M$ Multimedia control does just what I need but thanks for your suggestion.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform