| 
	
		
		
			
			 
				
				[VB.NET] Run a timer while a key is depressed
			 
			 
			
		
		
		ok i want to have a timer running while a user has a key depressed and then i want it to stop when the user lets go... havnt gotten to keyboard stuff like this  in my class yet... im just messing around with it on my own... 
 
the pseudo code goes like this... 
 
if "w" key is pushed then 
timer1.enabled = True 
else timer1.enabled = false 
endif 
 
 
I just have no idea how to tell when a user is pushing the key in... 
		
		
		
		
		
			
				__________________ 
				-=JStrider=- 
 
~Clatto Verata Nicto
			 
		
		
		
		
	 |