K 
		
								
				
				
			
		Keith Smith
Whenever a Keydown EventHandler is processed the computer never continues on
to process the KeyPress EventHandler. Is there a way to stop this?
My goal is to be able to detect these keys from the same control...
Shift-A (can only be detected by KeyPress)
DEL (can only be detected by KeyDown)
INSERT (can only be detected by KeyDown)
				
			to process the KeyPress EventHandler. Is there a way to stop this?
My goal is to be able to detect these keys from the same control...
Shift-A (can only be detected by KeyPress)
DEL (can only be detected by KeyDown)
INSERT (can only be detected by KeyDown)
	