Quote Originally Posted by seiferalmasy
But guess what....when I place a little test in there like c:=c+1;

Nothing is added up. Nothing is being done in "onprocess" (speed set to say 60)

why is that?
You need to call Timer.Process() in your OnTimer event.