Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record .wav file from sound card?
Message
From
14/05/1999 18:47:31
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00218524
Message ID:
00219265
Views:
24
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform