Advertisement
Tsunamii

Untitled

Jul 16th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Try
  2. For Each IT As ListViewItem In TsuRat.ListView1.Items
  3. If IT.ToolTipText = Sock Then
  4. IT.Remove()
  5. For Each ITT As ListViewItem In TsuRat.ListView1.Items
  6. If ITT.ToolTipText.Contains(IP(Sock)) Then
  7. ITT.Remove()
  8. SK(Sock).Close()
  9. SK(Sock).Disconnect(True)
  10. SK(Sock).Dispose()
  11. End If
  12. Next
  13. End If
  14. Next
  15. Catch : End Try
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement