Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WinSock and VFP usage
Message
From
30/03/2001 17:44:31
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00487521
Message ID:
00490485
Views:
8
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform