Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TCP/IP Connection
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00674411
Message ID:
00674435
Vues:
32
>>I'm not sure wich thread you're refering to. Try SAMPLE: Use the Winsock ActiveX Control with Visual FoxPro mskb#Q315124 and http://download.microsoft.com/download/visualfoxpro7/sample/1.0/NT5XP/EN-US/FoxSock.exe
>
>
>Thanks for your reply Sergey. The article I was referring to was one describing how to map a remote server drive as a local drive, just like mapping a drive from your intranet. Dunno if I can do this with the Winsock control. Any help will be greatly appreciated.
>
>Enmanuel

You can try WSH
oNet = CreateObject("WScript.Network")
oNet.MapNetworkDrive("Z:",< remote drive >, < user name >, < password >)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform