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