I want to run my Vb application every half an hour. I cannot use the timer control as timer interval is in milliseconds and the maximum time you can give is some 65535 milliseconds which is little over a minute.

Can anybody tell me how to solve this problem?

Thanks!