Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CONNECTION DIALOG BOX
Message
From
16/07/1998 14:08:35
 
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00118171
Message ID:
00118222
Views:
24
>I wish make a copy files to one user's disk. I know his net address, but his drive is available for write with a password.
>
>How can I call the window dialog box for connection with a net drive, witch is available to read and write if I know his sharing - password?
>
>Tanks in advance

Use following code to get it:
****************************************************************
declare INTEGER WNetConnectionDialog in mpr INTEGER, INTEGER
WNetConnectionDialog( 0, 1)
****************************************************************

Regards

Alex.
Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform