Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
Get the power status of your laptop computer
Printing text on the client area of the main VFP window
The DetectAutoProxyUrl function identifies the auto-config script location
Adding printer to the list of supported printers for the specified server
How to download this reference`s archive through WinInet functions using InternetOpenUrl
How to view system icons for the classes installed on the local machine
Reading the state of mouse buttons within DO WHILE loop
Retrieveing information about the active window (even if it is not owned by the calling process)
Returning some basic information for the specified INF file
A procedure for setting file times
Copying strings through the global memory block
Obtaining I/O counts for the current process
Obtaining names of local and global groups for current user (WinNT/XP/2K)
Obtaining physical parameters for a drive: sectors, clusters, cylinders...
Retrieving list of available disk drives
Using the GetTempFileName
Using vendor-neutral SQL constructs
Verifying a file using the Authenticode policy provider
Current keyboard type
Extracting the name and extension parts of a path string
How to get Special Folders paths
Obtaining heap handles and enumerating memory blocks for the current VFP session (WinNT only)
Obtaining OS memory performance information
Removing FTP directory
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: 85  
    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 (50.16.108.167)
    2.25 hrs.Example: 'Drawing Windows frame controls using the DrawFrameControl function'
     Example: 'Retrieving long values associated with the class of the VFP window'
    2.26 hrs.Example: 'Browsing Windows Known Folders (Special Folders)'
    3.5 hrs.Example: 'Drawing a window caption using the DrawCaption routine'
     Example: 'Using FrameRgn for displaying system colors'
     Function: 'CreateMD5SSOHash'
    4.69 hrs.Example: 'GDI+: reading and writing metadata in JPEG and TIFF files'
     Function: 'ImageList_Add'
    Function group: 'Windows Controls'
    6.32 hrs.
    Function group: 'HTTP Functions (WinHTTP)'
     Example: 'How to create MD-5 and SHA-1 hash values from a string'
    Google
    Advertise here!