I am a beginner programmer messing around with graphic programming in VB 2010...I control a graphic with arrow key presses. When I hold down the arrow key to move my character, the timer seems to pause. On the timer's tick event, it is simply set up to switch a label's text to each day of the week. Is there a way to keep the timer active even while a key is being held down?