Nearly done guys, I'd find it difficult with this task. When I type the numbers so far it works ok but when I try to move the lowest trackbar value numbers like 999, Testbox.Showdialog() appears to come up everytime.
Here it the code:
Code:If Val(Form2.Textbox.Text) <= 999 Then Form2.TrackBar2.Value = Val(Form2.Textbox.Text) End If If Form2.Textbox.Text = "1.0" Then Form2.TrackBar2.Value = 1000 End If If Form2.Textbox.Text > "1.0" Then Form2.TrackBar2.Value = 1000 Textbox.ShowDialog() End If End If
Please can you tell me how I can fix that?? I don't want to remove Testbox.Showdialog() or anything. I just want to go over the limit of 1.0 in order to show Testbox.Showdialog.
Thanks,
Mark




