I have to set the interval time,over one minute in vb6.
the point is,i set the inteval at 1 minute and write down:
timer1.interval =60000,because 1 minute is 60000,
but when i do the same thing for 2 minutes i write down timer1.inteval= 120000,and i've got the problem "Invalid property value"....how can i sort that problem out ?????
Thanks a lot to everybody...
the point is,i set the inteval at 1 minute and write down:
timer1.interval =60000,because 1 minute is 60000,
but when i do the same thing for 2 minutes i write down timer1.inteval= 120000,and i've got the problem "Invalid property value"....how can i sort that problem out ?????
Thanks a lot to everybody...
Comment