Advertisement
4_2005-2006 Windows System Services #150334

Connect, Disconnect Networks Drives ( EASILY )

Connects and Disconnects Network Drives from your System

AI

Yapay Zeka Özeti: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Kaynak Kod
original-source
Private Sub cmdConnect_Click()
Dim x As Long
If Index = 0 Then
x = WNetConnectionDialog(Me.hwnd, RESOURCETYPE_DISK)
End If
End Sub
Private Sub cmdDisconnect_Click()
If Index = 1 Then
x = WNetDisconnectDialog(Me.hwnd, RESOURCETYPE_DISK)
End If
End Sub

Upload
Upload
Orijinal Yorumlar (3)
Wayback Machine'den kurtarıldı