Hello

I am in need of some big help to be able to set a timer interval (an event) to occur every 10 minutes. The current timer controls only allow 65000ms. So I have the usualy code for the timer interval set:

tmrtimer.Interval = gettimerdef
tmrtimer.Enabled = True

where gettimerdef is defined by a value from a textbox.

I would like to wrap this somehow so that it only occurs every 10 minutes. Any suggestions will be greatly appreciated.

Rob