Using Win32 functions in Visual FoxPro Image Gallery
Code examples:
How to change display settings: screen resolution, screen refresh rate
Enumerating data formats currently available on the clipboard
Custom GDI+ class
Capturing keyboard activity of another application with the Raw Input API (VFP9)
Winsock: sending email messages (SMTP, port 25)
Mapping and disconnecting network drives
How to display the Properties dialog box for a file (ShellExecuteEx)
Winsock: retrieving directory listing from an FTP server using passive data connection (FTP, port 21)
Disk in drive A:
How to download a file from the FTP server using FtpGetFile
Enumerating raw input devices attached to the system (keyboard, mouse, human interface device)
How to play AVI file on the _screen
Using Font and Text functions
Vertical Label control
Changing system colors
Creating irregularly shaped FoxPro form using transparency color key
Enumerating network resources
Using EnumPrinters function to enumerate locally installed printers
Custom HttpRequest class (WinHTTP)
Using Video Capture: displaying on FoxPro form frames and previewing video obtained from a digital camera
Subclassing CommandButton control to create BackColor property
Converting Unicode data from the Clipboard to a character string using a given code page
Using the DrawText function
Displaying system dialog that selects a folder
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: 133  
    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.156.205)
    2.33 hrs.Example: 'How to play AVI file on the _screen'
     Function: 'FillRect'
    9.25 hrs.Example: 'URL: splitting into its component parts'
     Example: 'Converting command-line string to a set of Unicode argument strings (WinNT only)'
    18.36 hrs.Example: 'Locking and unlocking file of a VFP table'
     Examples
    Page 7
    1 day(s)Function: 'GetFileAttributesEx'
    Function group: 'File Management'
     Example: 'Displaying printer-properties Property Sheet for the specified printer'
    2 day(s)Function: 'ExtractIcon'
    Function group: 'Icon'
     Example: 'Changing file attributes'
    Google
    Advertise here!