- Code: Select all Expand view RUN
Function IsInternet()
WSAStartup()
RETURN (IIF(GetHostByName("microsoft.com")<>"0.0.0.0",.T.,.F.)
pero cuando NO tengo internet se me queda colgado. ¿Que puede ser?
GRACIAS
FW 2.8 + xHarbour
Function IsInternet()
WSAStartup()
RETURN (IIF(GetHostByName("microsoft.com")<>"0.0.0.0",.T.,.F.)
Return to FiveWin para Harbour/xHarbour
Users browsing this forum: Google [Bot] and 39 guests