Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
How to make application automatically close all documents it opened
Obtaining information about all user accounts on a server (WinNT only)
Reading entries from Event logs
Using Beep and Sleep functions to make the old tin buzz sing (WinNT only?)
Displaying dimmed window behind VFP top-level form
GDI+: copying to the Clipboard (a) image of active FoxPro window/form, (b) image file
How to set Creation Date/Time for a folder (WinNT)
How to upload a local file to FTP server using FtpPutFile
WAV file player
Creating a window using CreateWindowEx function
Downloading files from the FTP server using InternetReadFile
Loading a string resource from an executable file
Opening the Page Setup dialog box to specify the attributes of a printed page
OS version and revision
Using FlashWindowEx to flash the taskbar button of the VFP application
Subclassing CommandButton control to create BackColor property
Creating the Open dialog box to specify the drive, directory, and name of a file to open
Displaying system dialog that selects a folder
How to adjust monitor brightness (Vista, monitor with DDC support)
Adding a background image to VFP report (VFP9, ReportListener)
Obtaining names and positions for shortcuts located on the Windows Desktop
How to make the caption of a VFP application flashing in the Windows task bar
Creating irregularly shaped FoxPro form using transparency color key
GDI+: how to make VFP controls visually shake and shudder
Class for sound recording

User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
More code examples    Listed functions    Add comment     W32 Constants      Translate this page Printer friendly version of this code sample
Before you begin:
This class is able to record audio input from playback devices like Wave, Microphone etc. It implements methods
OpenDevice
CloseDevice
StartRecording
StopRecording
CreateWaveFile(cFilename)


Some parameters are hard-coded: max recording time, bits per sample, samples per second and channels. Though it is easy to make this basic class more flexible.

Click to open an example based on this class: WAV file recorder:

 
  Members area. Log in to view this example.
 
  User name:
  Password:
 
 
  Forgot your password?
 
  Sign up for
the Membership
 
  Buy this example for $10.00
Instant email delivery.

Read more...
 


User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
10155 bytes  
Created: 2003-09-16 13:54:14  
Modified: 2012-03-18 21:02:16  
Visits in 7 days: 112  
Listed functions:
GlobalAlloc
GlobalFree
GlobalReAlloc
mmioAscend
mmioClose
mmioCreateChunk
mmioDescend
mmioFlush
mmioOpen
mmioWrite
waveInAddBuffer
waveInClose
waveInGetErrorText
waveInGetPosition
waveInOpen
waveInPrepareHeader
waveInReset
waveInStart
waveInStop
waveInUnprepareHeader
Printer friendly API declarations
My comment:
Yet another reason to wish threads and callback functions to be supported in VFP -- the waveInProc callback function can provide a smooth transition to the next memory block while the previous one being written to a file and released.
Word Index links for this example:
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
User Contributed Notes:
There are no notes on this subject.


Copyright © 2001-2013 News2News, Inc. Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use. The information on this page is presented AS IS, meaning that you may use it at your own risk. Microsoft Visual FoxPro and Windows are trade marks of Microsoft Corp. All other trademarks are the property of their respective owners. 

Privacy policy
Credits: PHP (4.4.9), an HTML-embedded scripting language, MySQL (5.1.55-log), the Open Source standard SQL database, AceHTML Freeware Version 4, freeware HTML Editor of choice.   Hosted by Korax Online Inc.
Last Topics Visited (50.16.20.131)
45.45 min.Example: 'Switching between keyboard layouts'
45.52 min.Function: 'GetSystemPowerStatus'
Function group: 'Power Management'
Google
Advertise here!