Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
GDI+: Storing content of the Clipboard to a bitmap file
Class for sound recording
Using the DrawText function
Initiating Inet connection using a modem
Using File Mapping for enumerating files opened by Visual FoxPro
How to activate Windows Calculator
Winsock: reading email messages (POP3, port 110)
Custom HttpRequest class (WinHTTP)
Start an executable from VFP application by using the CreateProcess
Displaying bitmap using the AlphaBlend function
Using Common Controls: the Header Control
Creating the Open dialog box to specify the drive, directory, and name of a file to open
Adding and deleting Scheduled Tasks using NetScheduleJob API functions
Bitmap Class for Visual FoxPro application
Displaying system dialog that selects a folder
Establishing connection using the SQLDriverConnect
How to retrieve configuration data for a specified printer stored in the registry (PrinterDriverData key)
Deleting files into the Recycle Bin
Starting an external application in VFP using WinExec
Connecting a local device to a network resource
How to change the name and the size of the font in the MessageBox dialog
How to convert a bitmap file to monochrome format (1 bpp)
Custom HttpRequest class (WinINet)
Confining Windows calculator inside the VFP main window
How to ping a remote site using ICMP API calls

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:
The Ping class presents several API functions -- IcmpCreateFile, IcmpCloseHandle, IcmpSendEcho and others -- that used to send an ICMP Echo request and get a reply (RTT, round-trip time).

This is interesting, the same set of ICMP functions may exist in two libraries, ICMP.DLL and IPHLPAPI.DLL, on WinXP/2K computer.

See also:
  • How to ping a remote site using IP Helper API calls
  • How to retrieve adapter information for the local computer (including MAC address)
  • Obtaining addresses for the adapters on the local computer (Win XP/2003/Vista)
  • Using NetWkstaTransportEnum to obtain MAC Address of remote server

  •  
      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:
    • ~
    4122 bytes  
    Created: 2005-04-12 11:53:00  
    Modified: 2011-12-10 09:20:22  
    Visits in 7 days: 163  
    Listed functions:
    gethostbyname
    GlobalSize
    IcmpCloseHandle
    IcmpCreateFile
    IcmpSendEcho
    inet_ntoa
    WSACleanup
    WSAStartup
    Printer friendly API declarations
    My comment:
    The ICMP, Internet Control Message Protocol, an extension to the Internet Protocol that is generally used by PING utilities. This protocol is handy for generation of error messages, test packets, and informational messages related to IP.

    It is different from TCP and UDP protocols by both the purpose and implementation. RFC792 defines the ICMP.
    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:
    JimW | 2010-12-13 15:59:56
    I think there is a small error in the ToString() method.

    For the first line of the method, rather than:

    IF .errorcode=0

    I think it should be:

    IF this.errorcode=0

    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.22.127.92)
    4 sec.Example: 'Using File Mapping for enumerating files opened by Visual FoxPro'
    56.23 min.Function: 'GetFileTitle'
    Function group: 'Common Dialog Box'
    3.46 hrs.Function: 'HeapUnlock'
     Example: 'Storing screen shot of a form to enhanced metafile (*.emf)'
    5.79 hrs.Function: 'OpenPrinter'
    6.82 hrs.
    6.83 hrs.Example: 'Obtaining names and positions for shortcuts located on the Windows Desktop'
    11.51 hrs.Example: 'Displaying the associated icons and descriptions for files and folders'
     
    Function group: 'Process and Thread'
    12.44 hrs.Function: 'FindFirstChangeNotification'
    Google
    Advertise here!