OK I am making SMNN Program V7.
But I want to add this Feature.
Code:
If File.Exists("C:\file.txt") Then
My.Computer.FileSystem.DeleteFile("file.txt")
Form2.Show()
Me.Close()
End If
End Sub
But its not working???
FIXED IT THANKS ANYWAY