how do i let the timer to appear warning msg every hour?
the maximum interval i can set in vb is 60 seconds.

Hi,

keep a Form Level Variable Say
Dim MyMins As Integer.
Make Timer's Interval=60000 (1 min)
And Increment MyMins in Timer1_Timer event..
When MyMins = 60, then 1 hour has elapsed..

Regards
Veena

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.