ProgressBar1.Increment(1)
If ProgressBar1.Value = 100 Then
writeIni(File, setxtomasu, setxtomasu, "0")
textbox3.Text = "[END]"
omasu.Slp(2000)
Application.Exit()
ElseIf ProgressBar1.Value = 7 Then
textbox3.Text += "Saving the System Settings.." & vbCrLf
ElseIf ProgressBar1.Value = 8 Then
textbox3.Text += "Saving the System Settings..." & vbCrLf
ElseIf ProgressBar1.Value = 15 Then
textbox3.Text += "Saving the System Settings." & vbCrLf
ElseIf ProgressBar1.Value = 20 Then
textbox3.Text += "Saving the System Settings.." & vbCrLf
ElseIf ProgressBar1.Value = 27 Then
TextBox3.Text += "Saving the System Settings [Completed]" & vbCrLf
TextBox3.Text = ""
ElseIf ProgressBar1.Value = 30 Then
textbox3.Text += "Creating theme.." & vbCrLf
ElseIf ProgressBar1.Value = 36 Then
textbox3.Text += "Checking Colour.." & vbCrLf
ElseIf ProgressBar1.Value = 47 Then
textbox3.Text += "Creating Theme [Completed]" & vbCrLf
ElseIf ProgressBar1.Value = 53 Then
textbox3.Text += "Information [Completed]" & vbCrLf
ElseIf ProgressBar1.Value = 55 Then
TextBox3.Text += "Name Setting [Completed]" & vbCrLf
TextBox3.Text = ""
ElseIf ProgressBar1.Value = 58 Then
textbox3.Text += "Adress Setting [Completed]" & vbCrLf
ElseIf ProgressBar1.Value = 65 Then
textbox3.Text += "Value Setting [Completed]" & vbCrLf
ElseIf ProgressBar1.Value = 75 Then
textbox3.Text += "xOmasu.dll Setting [Completed]" & vbCrLf
ElseIf ProgressBar1.Value = 95 Then
textbox3.Text += "[Everything Completed]" & vbCrLf
End If