Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Win2000 and mapping a drive problem
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00613353
Message ID:
00613410
Views:
15
>When the following code gets run on Win2000 a new window pops up showing the newly mapped drive. How can we supress this window? We don't have this problem on NT or Win9X OSs. We would rather the users not be confused with this new window.
>
>
>function NetConnect
>LPARAMETERS Lc_DRIVE, Lc_SERVER, Lc_USER, Lc_PASSWORD
>
>*First attempt to connect via WSH
>nlerror=.f.
>ON ERROR nlerror=.t.
>oNet = CREATEOBJECT('WScript.Network')
>IF NOT nlerror	&&WSH available!
>   oNet.MapNetworkDrive(Lc_DRIVE, Lc_SERVER,, Lc_USER, Lc_PASSWORD)
>   IF NOT nlerror	&&Map ok!
>      ON error
>      RELEASE oNet
>      RETURN .T.
>   endif
>ENDIF
>ON ERROR
>
>
>TIA

Jeff,

I've been asked the same question in connection with simply mapping a drive through the explorer. I can't find anyway to suppress this behavior, so I'm interrested if there's an answer as well. I will try to dig around the WSH docs, however, to see if there's something I can find that can help.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform