Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
How to play MIDI notes
Retrieveing general information about the driver and data source associated with an ODBC connection
Retrieving Network Provider information
Switching between keyboard layouts
Using the SystemParametersInfo function
GDI+: how to make VFP controls visually shake and shudder
How to browse and connect to printers on a network (WinNT)
How to retrieve information about a cache entry (Internet Explorer)
Storing screen shot of a form to bitmap file
Testing if a connection to an Url can be established
Adding an ODBC data source with the SQLConfigDataSource; use automatic or interactive mode
Adding and deleting User Accounts
Enumerating print processors and supporting data types installed on the specified server
Reading the structure of VFP main menu
Using MessageBeep
Using the FindMediaType function
Creating the Save dialog box to specify the drive, directory, and name of a file to save
Retrieving names for the registered clipboard formats
Retrieving the command line for the VFP session
Winsock: reading email messages (POP3, port 110)
Displaying standard progress dialog box when copying files
Downloading files from the FTP server using InternetReadFile
Retrieving the name of the network resource associated with a local device
Retrieving the User Datagram Protocol (UDP) listener table
Monitoring changes occurring within a directory

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
Versions:
click to open
Before you begin:
To stop the following code after it has been started, open and save any file in C:\TEMP directory.

See also:
  • FileSystemWatcher ActiveX Control for Visual FoxPro
  • Monitoring changes in a directory
  • Enumerating files opened on the network
  •  
      Members area. Log in to view this example.
     
      User name:
      Password:
     
     
      Forgot your password?
     
      Sign up for
    the Membership
     
     


    User rating: 0/10 (0 votes)
    Rate this code sample:
    • ~
    1841 bytes  
    Created: 2003-05-09 09:16:21  
    Modified: 2011-02-16 13:28:54  
    Visits in 7 days: 112  
    Listed functions:
    CloseHandle
    CreateFile
    GetLastError
    ReadDirectoryChangesW
    Printer friendly API declarations
    My comment:
    To stop the following code after it has been started, open and save any file in C:\TEMP directory.

    * * *
    The C++ sample displays file and directory changes for drive C in a console window. Close the window when you no longer need it.

    This code itself makes an interesting tool. Download C++ project, compile and start the executable. Then open VFP or IE window, or even move the mouse above the Windows taskbar -- you will see how many files and directory modifications may hide behind such a simple action.

    * * *
    Deleting a directory with subdirectories into the Recycle Bin produces a single FILE_NOTIFY_INFORMATION structure with the directory data. While a direct delete (the Recycle Bin is bypassed) triggers ReadDirectoryChangesW for each subdirectory, and finally for the directory.

    * * *
    When designing a file monitoring utility (FLL or ActiveX control), it should be considered that VFP creates single threaded applications.

    While busy with processing directory changes, an application is unable to receive other changes coming. Frequent changes and substantial processing time make such miss unavoidable.

    Thus a VFP application must receive not the actual directory changes, but rather be notified when they occur. Notifications may come through window messages or by events raised.

    A monitoring utility must take care of piling changes in its own memory, and dispatching them to a client application upon request.
    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 (107.21.186.38)
    2.02 hrs.Example: 'Displaying bitmap using the AlphaBlend function'
     Example: 'Deleting a file stored on the FTP server'
    2.48 hrs.
    Function group: 'Resource'
     Function: 'GetCurrentDirectory'
    2.73 hrs.Function: 'GetClassName'
     Function: 'NetFileClose'
    12.7 hrs.Example: 'Retrieving information about the main VFP window'
    12.71 hrs.Function: 'DisconnectNamedPipe'
    Function group: 'Pipe'
    16.01 hrs.Example: 'Converting command-line string to a set of Unicode argument strings (WinNT only)'
     Function: 'SQLGetInfo'
    Function group: 'ODBC API'
    Google
    Advertise here!