Hi,
how can i set a program with one timer without using it for only one period od time ,(i want to use it for 1sec and 1,2 sec and 2,2sec), CAN i use textboxes or labels , please tell me how .
thanks,
lllld_bllll
Printable View
Hi,
how can i set a program with one timer without using it for only one period od time ,(i want to use it for 1sec and 1,2 sec and 2,2sec), CAN i use textboxes or labels , please tell me how .
thanks,
lllld_bllll
[vbcode[
FormName.timer.interval = 1000 'Whatever value you want
[/Highlight]