By KeyDown and KeyUp I am taking it you mean Up Arrow and Down Arrow?

You would use the KeyDown Event for this. You would then add code to detect the key(s) you want to do something. You will need...