You are viewing our Forum Archives. To view or take place in current topics click here.
File Destroyer! Delete locked files!
Posted:
File Destroyer! Delete locked files!Posted:
Status: Offline
Joined: Oct 27, 201212Year Member
Posts: 10
Reputation Power: 0
Status: Offline
Joined: Oct 27, 201212Year Member
Posts: 10
Reputation Power: 0
This program is used to delete files that are locked or 'being used in another process'. I will post the source code as well as the download link with a virus scan.
Source :
Download link : [ Register or Signin to view external links. ]
Virus Scan : [ Register or Signin to view external links. ]
The virus scan came back with a detection ratio of 1/44. I am not sure why because I made it myself. You can just copy and past the source code if you don't want to download.
Leave feedback please!
Source :
Public Class Form1
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
MsgBox("Made by Diablo_Botter @ TTG", MsgBoxStyle.Information, "About")
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
OpenFileDialog1.ShowDialog()
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Try
Dim A As String = TextBox1.Text
Kill(A)
Catch
MsgBox("Cannot Delete That File", MsgBoxStyle.Critical, "ERROR")
End Try
End Sub
Private Sub OpenFileDialog1_FileOk(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles OpenFileDialog1.FileOk
TextBox1.Text = OpenFileDialog1.FileName()
End Sub
End Class
Download link : [ Register or Signin to view external links. ]
Virus Scan : [ Register or Signin to view external links. ]
The virus scan came back with a detection ratio of 1/44. I am not sure why because I made it myself. You can just copy and past the source code if you don't want to download.
Leave feedback please!
#2. Posted:
Status: Offline
Joined: Apr 11, 201212Year Member
Posts: 1,058
Reputation Power: 62
Please supply pictures, NO ONE DOWNLOAD UNTIL PICTURES RELEASED.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jun 11, 200915Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Status: Offline
Joined: Jun 11, 200915Year Member
Posts: 9,897
Reputation Power: 3160
Motto: "I'l no I grew up to fast speed I no u will be little famous" - Famous_Energy
Pole wrote Please supply pictures, NO ONE DOWNLOAD UNTIL PICTURES RELEASED.
Or you know... You could just compile from the source he provided....
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Apr 11, 201212Year Member
Posts: 1,058
Reputation Power: 62
SPEED wrotePole wrote Please supply pictures, NO ONE DOWNLOAD UNTIL PICTURES RELEASED.
Or you know... You could just compile from the source he provided....
Never seen the source there, wasnt there when i posted
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Aug 19, 201014Year Member
Posts: 5,243
Reputation Power: 532
Status: Offline
Joined: Aug 19, 201014Year Member
Posts: 5,243
Reputation Power: 532
Nice job, my only criticism is that there isn't any kind of verification of file deleted. When you delete the file, the name still stays in the box, I only knew it had because when I tried it again it came up with the "Cannot delete that file" which you get if the file doesn't exist.
So, how about a msgbox or something simple to say "File deleted successfully" then reset the textbox to "" after it has been deleted.
So, how about a msgbox or something simple to say "File deleted successfully" then reset the textbox to "" after it has been deleted.
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Nov 11, 201212Year Member
Posts: 74
Reputation Power: 4
This is illigal dude. I dont think anyone should download.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.