Dim DD As String
If TextBox1.Text.Length = 0 Then Return End If
ToolStripProgressBar1.Value = (sfile + 1) / (sfile + 1) * 100 ToolStripStatusLabel1.Text = sfile + 1 & "項目"
On Error Resume Next
Call DirListBox1_SelectedIndexChanged(sender, Nothing)