CrAzY hOuSe
Locos por la programación
Hacer PING desde código Visual Basic.
.net

Syndication

El Winsock maneja protocolos, no es una herramienta que cubre necesidades puntuales. Prueba esta API que maneja el protocolo ICMP.

Function IcmpSendEcho Lib "icmp.dll" (ByVal IcmpHandle As Long, ByVal DestinationAddress As Long, _ 
    ByVal RequestData As String, ByVal RequestSize As Long, ByVal RequestOptions As Long, _ 
    ReplyBuffer As ICMP_ECHO_REPLY, ByVal ReplySize As Long, ByVal Timeout As Long) As Long 

Publicado en microsoft.public.es.vb por foreback


Posted mar, nov 6 2001 18:43 by Maverick
Filed under: ,

Add a Comment

(optional)  
(optional)
(required)  
Remember Me?
MavericK
Powered by Community Server (Non-Commercial Edition), by Telligent Systems