010101010101010
Programmer
A want do develope a program which will counting a spend time on computer. So if I put two or three timer it isn¸t work.
example:
I have 5 labels and 5 timer and 5 command button.
I set timer ebled false and do this
Label4.Caption = Label4.Caption + 1 (what will be when timer enabled)
And wrote this to command button
timer1.enabled = true
And when I do this for all labels only one label are working!
Is there any special code will enabled more than one timer that are working at same time!
example:
I have 5 labels and 5 timer and 5 command button.
I set timer ebled false and do this
Label4.Caption = Label4.Caption + 1 (what will be when timer enabled)
And wrote this to command button
timer1.enabled = true
And when I do this for all labels only one label are working!
Is there any special code will enabled more than one timer that are working at same time!