Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WinSock and VFP usage
Message
De
30/03/2001 17:44:31
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00487521
Message ID:
00490485
Vues:
9
>Please suggest pointer to using WinSock with VFP. Im totally new to this
>
>Regards
>Bhavbhuti

WAIT WINDOW 'Reading local computer IP address...' NOWAIT
IPSocket = CREATEOBJECT("MSWinsock.Winsock")
IF TYPE('IPSocket')='O'
miplocal=IPSocket.LocalIP
mnmlocal=IPSocket.localhostname
ELSE
=Messagebox("Winsock Is Not Installed!",,'Network Monitor')
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform