Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloads
Search: 

Ping utility with timeout parameter added
Jose Enrique Llopis, FuturaCenter
Simple ping utility to test a connection. We have had requests in the past to expose the functions exported from icmp.dll. The files in this directory are provided for your convenience in building applications which make use of ICMPSendEcho(). Notice that the functions in icmp.dll are not considered part of the Win32 API and will not be supported in future releases. Once we have a more complete solution in the operating system, this DLL, and the functions it exports, will be dropped.
Created on
24 years ago
Downloads
2930
File type
General information
Description
The usage is as simple as PING(cHostName, nTimeout) (Before, you need to load the library with SET LIBRARY TO VfpPing.dll ... ). Now with a timeout parameter added.
SET LIBRARY TO VFPPING.DLL ADDITIVE
lcIPAddress = "10.11.12.13"
lnTimeout    = 3000
? PING( lcIPAddress, lnTimeout )
Or with the default timeout (1 second) ...
? PING( lcIPAddress )
Created by
Jose Enrique Llopis, FuturaCenter
You can read my full profile here: https://es.linkedin.com/in/pepellopis Experience in management of big budget projects, with tight deadlines and thousends of users, you can see my work here: www.multilinkcrm.com, a very high level real estate professional application

Comments
Excellent!.. Thank you... :) Metin Emre, October 11, 2011

Add a comment
More downloads created from this member
Jose Enrique Llopis, FuturaCenter
Function to check strings in utf8 format and avoid problems when generating xml files. It allows validating texts in Latin languages such as English or Spanish and others such as Russian or Chinese. Very easy to use: Parameters: string to check Returns true or false
Created on
7 years ago
Downloads
431
File type
Freeware
Jose Enrique Llopis, FuturaCenter
Library of functions for user administration using Visual Foxpro. You can create, modify, remove users, add to groups, create email account, etc.
Created on
19 years ago
Downloads
1754
File type
Freeware
Jose Enrique Llopis, FuturaCenter
The main problem to control software distribution is know "where" it is installed. Kabala gives an system identifier independent of operating system. Simple, true, but impossible to obtain whitout that library. That identifier is specific for each machine, independent of formats serial number. You ...
Created on
20 years ago
Downloads
1114
File type
Jose Enrique Llopis, FuturaCenter
Fun spinner
Created on
23 years ago
Downloads
1682
File type
Rating
4.00/5.00
Jose Enrique Llopis, FuturaCenter
How to list the services installed on a NT machine and if they are running.
Created on
24 years ago
Downloads
952
File type
Jose Enrique Llopis, FuturaCenter
If you are interested in monitoring NT systems,the simplest way is to use the NT performance counters. This sample shows it, by using a custom dll. If you are interested, please email me and i will send to you the source of the file.
Created on
24 years ago
Downloads
742
File type