Off the top of my head...
Use the timer.tick event.

In the timer1.tick event:
Code:
if label1.text = "max" then
label1.text = "min"
and vice versa.