buckle For + Timer

Visual Studio106
Hello,

sorry but my English's level isn't hight....



I 'am a newbie in VB6, but i can make a program where ,with a command:

-a Timer is activate (Timer.enable=true)

-a buckle "For" which increase with the timer





the purpose>>Make modifications to make increase the contrast of an

image according to time

----------------------------------------------------------

Private sub command()

Timer.enable=true



For i=X to Y Step Z 'where 'i' is the value of time



A= A-i ' instruction

next i

end sub

----------------------------------------------------------





It's possible?

Or I must find other solution?



Please help me.

Cordially

Pierre


-