CodeItBetter Programming Another VB Programming Blog

Visual Basic 2008 Tutorial – How to make a file deleter

Posted on August 7, 2009
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 ...

Related posts:

  1. How To Make File Deleter In Visual Basic 2008
  2. Visual Basic 2008 Tutorial 3 Login System With Progress Bar
  3. Visual Basic 2008 Tutorial 2 How To Make A Fake Virus Scanner
  4. vb2008 Tutorial: File Deleter
  5. How To Make a Progress Bar in Visual Basic 2008
  6. Visual Basic Tutorial 4 How To Make Your Own Media Player
  7. - Visual Basic 2008 Buttons in Relations to Progress Bars
  8. Visual Basic 2008 make a Real Virus
  9. How to make a Web Browser in Visual Basic 2008 part 2 of 2
  10. Tutorial – Login Form in Visual Basic 2008

Filed under: Videos Leave a comment
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.