Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
Using the ChooseColor function
Adding printer to the list of supported printers for the specified server
Form Magnifier
Adding a background image to VFP report (VFP9, ReportListener)
Displaying icons in the system tray (VFP9)
Storing content of the Clipboard to a bitmap file
Displaying OS Memory Status
Enumerating servers of the specified type (e.g. SQL Server) in the primary domain
Exporting DLL icon resources as .ICO files
High-powered ALLTRIM
How to create transparent areas inside a form -- punching holes in the form
How to find the application associated with a file name
Obtaining Shell32.dll version
Time in milliseconds represented as string (e.g. 1 hour 24 min 36 sec)
A client for testing non-blocking Winsock server
GDI+: sending image of FoxPro form to printer
Retrieveing general information about the driver and data source associated with an ODBC connection
Testing MS Internet Explorer version installed
Using NetWkstaTransportEnum to obtain MAC Address of remote server
Using the IsWindowEnabled function
Extensible Storage Engine class library
How to enable the SE_SHUTDOWN_NAME privilege for the application
Using GetBinaryType (WinNT only) to determine the type of an executable file
How to create MD-5 and SHA-1 hash values from a string
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: 107  
    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 (54.242.188.217)
    21.2 min.Example: 'Winsock: connecting to a news server (NNTP, port 119)'
    13.87 hrs.Function: 'SQLInstallerError'
    Function group: 'ODBC API'
    23.69 hrs.Function: 'GdiGetBatchLimit'
    Function group: 'Painting and Drawing'
    1 day(s)Example: 'Winsock: how to retrieve the protocol information corresponding to a protocol name'
     Function: 'SQLBrowseConnect'
     Example: 'Converting command-line string to a set of Unicode argument strings (WinNT only)'
    2 day(s)
    Function group: 'Window Procedure'
     Function: 'GetProcessTimes'
    Function group: 'Process and Thread'
     Function: 'CeGetSystemInfo'
    Function group: 'Remote Application Programming (RAPI)'
     Function: 'GetSystemPowerStatus'
    Google
    Advertise here!