Advertisement
GreyPhantom

[Icon Changer] Form1_Unload

Sep 29th, 2014
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.22 KB | None | 0 0
  1. Private Sub Form_Unload(ByVal Cancel As Integer)
  2.   Dim deletefile As String
  3.   deletefile = "dissembler LIB.dll"
  4.   If System.IO.File.Exists(deletefile) = True Then
  5.     System.IO.File.Delete(deletefile)
  6.   End If
  7.     End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement