In this tutorial i'm going to tell you how to change file extensions.
Dim type As String = ".mp4"
MsgBox(TextBox1.Text + " is changed into a " + type + " file.")
Dim oldFile As String = Mid(TextBox1.Text, 1, Len(TextBox1.Text) -...