Using Win32 functions in Visual FoxPro Image Gallery
Time
..msdn
CompareFileTime
FileTimeToLocalFileTime
FileTimeToSystemTime
GetFileTime
GetLocalTime
GetSystemTime
GetSystemTimeAdjustment
GetSystemTimeAsFileTime
GetTickCount
GetTimeZoneInformation
LocalFileTimeToFileTime
QueryPerformanceCounter
QueryPerformanceFrequency
SetFileTime
SetTimeZoneInformation
SystemTimeToFileTime
Code examples:
A procedure for setting file times
Building a tree of subdirectories for a given path using FindFile functions
Custom FTP Class for Visual FoxPro application
Downloading files from the FTP server using InternetReadFile
How to delete IE cookies, clear IE history and delete files in Temporary Internet Files directory
How to find when the application started
How to retrieve information about a cache entry (Internet Explorer)
HOWTO: Use the Win32 API to Access File Dates and Times
Retrieving list of files on the FTP directory
How to delete IE cookies, clear IE history and delete files in Temporary Internet Files 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
Before you begin:
The following example presents session class CacheEntry and collection class CacheEntries. The latter, when created, enumerates Internet cache entries for a given search pattern.

Depending on the search pattern the enumerated can be
  • cookies
  • visited web pages
  • cached Internet files

    If you choose complete enumeration (empty search pattern or *.* ), it may take long time, like 5..10 minutes, if there are many cached files on the computer.

    Whichever cache entries have been enumerated, they can be deleted through DeleteCacheEntry and DeleteCacheEntries methods of the collection class.

    Note that this is all about Internet Explorer and WinINet. Other browsers most likely use different caching support.
  •  
      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:
    • ~
    6324 bytes  
    Created: 2004-10-15 18:04:52  
    Modified: 2011-12-10 09:20:22  
    Visits in 7 days: 98  
    Listed functions:
    DeleteUrlCacheEntry
    FileTimeToSystemTime
    FindCloseUrlCache
    FindFirstUrlCacheEntry
    FindNextUrlCacheEntry
    GetLastError
    GlobalAlloc
    GlobalFree
    Printer friendly API declarations
    My comment:
    For FoxPro versions 3..7 you must tinker the code a little bit.

    Visiting a single web page may create tens if not a hundred cached files on your computer. Just for fun: clear cookies, history and temporary internet files and start visiting different web pages. If this is your first experience, most likely you will be amazed.

    I have all third-party cookies blocked in my IE settings.
    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.36.153)
    5 sec.Example: 'Encapsulating access to the Windows Services in a class'
    12.9 min.Function: 'AVIStreamLength'
    Function group: 'Windows Multimedia'
    12.95 min.Example: 'Extensible Storage Engine class library'
    1.96 hrs.Example: 'How to display Windows On-Screen Keyboard'
    2.72 hrs.Function: 'CeCreateDirectory'
    Function group: 'Remote Application Programming (RAPI)'
     Example: 'Using the FindMediaType function'
     Example: 'Simple printer queue monitor: deletes, pauses, resumes print jobs for local printer'
    2.83 hrs.Example: 'Exporting DLL icon resources as .ICO files'
     Function: 'GdipCreateFromHDC'
    Function group: 'GDI+ Graphics'
    3.15 hrs.Example: 'Accessing Windows Control Panel from VFP Application'
    Google
    Advertise here!