Thankyou!
I have gone with
Code:Label3.Caption = Time If Label3.Caption = "07:06:01" Then Form2.Show Timer1.Enabled = False End If
But how can i make it so the time the form pops up will be what the user puts in.
I Have 3 comboBox and one called hour (which has 1 - 24) Minutes (0 - 59) and seconds.
How can i make it like
if label3.caption ="" the hour a user selects , the seconds the user selects and the minutes?
Thanks




Reply With Quote