Using Win32 (WinAPI) Functions in Microsoft Visual FoxProAdd Microsoft Win32 functionality to your Visual FoxPro applications! This web site presents declarations and FoxPro code samples for over 1,100 Windows API functions.Code sample: Playing WAV sounds simultaneously- February 16, 2007 This code was written in response to a question posted on UT: Ride two WAVs at once As I found, the sndPlaySound was not suitable for this. To play multiple sounds simultaneously, the waveOut functions must be used...http://www.news2news.com/vfp/?example=523 API function: ReadEventLog- February 10, 2007 Reads a whole number of entries from the specified event log. The function can be used to read log entries in chronological or reverse chronological order.http://www.news2news.com/vfp/?function=1058 API function: GetOldestEventLogRecord- February 10, 2007 Retrieves the absolute record number of the oldest record in the specified event log.http://www.news2news.com/vfp/?function=1057 API function: GetNumberOfEventLogRecords- February 10, 2007 Retrieves the number of records in the specified event log.http://www.news2news.com/vfp/?function=1056 API function: CloseEventLog- February 10, 2007 Closes a read handle to the specified event log.http://www.news2news.com/vfp/?function=1055 API function: OpenEventLog- February 10, 2007 Opens a handle to the specified event log.http://www.news2news.com/vfp/?function=1054 User note: A.M.- February 7, 2007 There's no such example unfortunately in this reference. As far as I know, NTFS and FAT systems do not support a single location or object that stores names of all files and folders.http:en.wikipedia.orgwikiWinFShttp://www.news2news.com/vfp/?example=236#usernotes |