Map and Unmap network drives using Windows Map Network Drives dialog
Map and Unmap network drives using Windows "Map Network Drives" dialog
API Declarations
(ByVal hwnd As Long, ByVal dwType As Long) As Long
Public Declare Function WNetDisconnectDialog Lib "mpr.dll" _
(ByVal hwnd As Long, ByVal dwType As Long) As Long
Rate Map and Unmap network drives using Windows Map Network Drives dialog
(1(1 Vote))
Call WNetConnectionDialog(Me.hwnd, 1)
End Sub
Private Sub Command2_Click()
Call WNetDisconnectDialog(Me.hwnd, 1)
End Sub
Map and Unmap network drives using Windows Map Network Drives dialog Comments
No comments yet — be the first to post one!
Post a Comment