filmov
tv
Visual Basic 2008 Tutorial - How to make a file deleter
Показать описание
Watch in HD!!
Sorry If you cant hear me
But anyways here's the code:
Browse Button 1:
Dim Find As New OpenFileDialog
Find.ShowDialog()
TextBox1.Text = Find.FileName
Browse Button 2:
Dim Find As New OpenFileDialog
Find.ShowDialog()
TextBox2.Text = Find.FileName
Browse Button 3:
Dim Find As New OpenFileDialog
Find.ShowDialog()
TextBox3.Text = Find.FileName
Delete Button:
Dim Targetfile1 As String
ProgressBar1.Value = 10
Dim Targetfile2 As String
ProgressBar1.Value = 20
Dim Targetfile3 As String
ProgressBar1.Value = 30
Targetfile1 = TextBox1.Text
ProgressBar1.Value = 40
Targetfile2 = TextBox2.Text
ProgressBar1.Value = 50
Targetfile3 = TextBox3.Text
ProgressBar1.Value = 60
Kill(Targetfile1)
ProgressBar1.Value = 70
Kill(Targetfile2)
ProgressBar1.Value = 80
Kill(Targetfile3)
ProgressBar1.Value = 90
ProgressBar1.Value = 100
MsgBox("Files deleted succesfully!")
Please Subscribe,Comment and Rate,Subscribe to my other account teen3564!
Sorry If you cant hear me
But anyways here's the code:
Browse Button 1:
Dim Find As New OpenFileDialog
Find.ShowDialog()
TextBox1.Text = Find.FileName
Browse Button 2:
Dim Find As New OpenFileDialog
Find.ShowDialog()
TextBox2.Text = Find.FileName
Browse Button 3:
Dim Find As New OpenFileDialog
Find.ShowDialog()
TextBox3.Text = Find.FileName
Delete Button:
Dim Targetfile1 As String
ProgressBar1.Value = 10
Dim Targetfile2 As String
ProgressBar1.Value = 20
Dim Targetfile3 As String
ProgressBar1.Value = 30
Targetfile1 = TextBox1.Text
ProgressBar1.Value = 40
Targetfile2 = TextBox2.Text
ProgressBar1.Value = 50
Targetfile3 = TextBox3.Text
ProgressBar1.Value = 60
Kill(Targetfile1)
ProgressBar1.Value = 70
Kill(Targetfile2)
ProgressBar1.Value = 80
Kill(Targetfile3)
ProgressBar1.Value = 90
ProgressBar1.Value = 100
MsgBox("Files deleted succesfully!")
Please Subscribe,Comment and Rate,Subscribe to my other account teen3564!
Visual Basic 2008 Tutorial 1 - Hello World (HD)
Visual Basic (VB.NET) – Full Course for Beginners
Visual Basic 2008 Tutorial #1 - Hello World Projekt [Deutsch/HD]
Visual Basic 2008 Tutorial 1
Visual Basic 2008 Tutorial: ORIGINAL Drop Down Menu Button
VB.NET Tutorial 1 - Downloading The Application (Visual Basic 2008/2010)
{Tutorial} Register in Visual Basic 2008 Express Edition! FREE!
Visual Basic 2008 Tutorial #1: Hello World
Visual Basic 2008 Tutorial ... Text To Speech
VB.NET Tutorial 56 - Classes (Visual Basic 2008/2010)
Visual Basic 2008 Tutorial - Open/Close CD Drive Program
VB.NET Tutorial 19 - Functions (Visual Basic 2008/2010)
VB.NET Tutorial 3 - Variables (Visual Basic 2008/2010)
Visual Basic 2008 Tutorial #14: Externe Dateien öffnen
Visual Basic 2008 Tutorial - Run |HD|
Visual Basic 2008 Tutorial #20: Speichern / Laden
VB.NET Tutorial 40 - Application Updater (Visual Basic 2008/2010)
VB.NET Tutorial 12 - Log In Form (Visual Basic 2008/2010)
VB.NET Tutorial 18 - Subs (Visual Basic 2008/2010)
5. Visual Basic 2008 Tutorial Variablen - Methoden
VB.NET Tutorial 6 - Form Properties (Visual Basic 2008/2010)
VB.NET Tutorial 32 - Application Settings (Visual Basic 2008/2010)
Visual Basic 2008 Tutorial #3: Elemente anzeigen / schließen
VB.NET Tutorial 31 - Web Browser (Visual Basic 2008/2010)
Комментарии