history
Egyptian Pharaoh
- Local time
- Today, 09:15
- Joined
- Jan 26, 2008
- Messages
- 190
Hello friends,
How are you, here we're again
I'm asking about how to create 2 timers on the same form
I've a timer to play label with this code :
and set the timer interval on the form properties to 200
Then I need to put another timer to close with save the current form and open another form.
I need this timer to be every 3 hours.
Any Idea about that ???
Thanks in advance
How are you, here we're again
I'm asking about how to create 2 timers on the same form
I've a timer to play label with this code :
Code:
Static C
C = C + 1
Me.Label1.fontsize = Abs(C) + 8
If C = 10 Then C = -10
End Sub
Then I need to put another timer to close with save the current form and open another form.
I need this timer to be every 3 hours.
Any Idea about that ???
Thanks in advance