Direkter Zugriff auf SMB Shares, IP Adresse zu Clipboard, ...

This commit is contained in:
ms
2019-08-23 11:33:48 +02:00
parent f470bce279
commit a9372916e4
9 changed files with 178 additions and 93 deletions

View File

@@ -303,4 +303,12 @@
host.gethost(TxtLinkedWith.Text)
fillform(host)
End Sub
Private Sub cmdSMB_Click(sender As Object, e As EventArgs) Handles cmdSMB.Click
cFolder.explorerstarten(host.IPAdresse, True)
End Sub
Private Sub Label1_Click(sender As Object, e As EventArgs) Handles Label1.DoubleClick
Clipboard.SetText(host.IPAdresse)
End Sub
End Class