How can I step through frames of a movie in MoviePlayer?

I am capturing the arrow keys via KeyDown event, and I want to advance the movie in a moviePlayer one frame each time the key is pressed.

thanks,

Matt

have you tried the .Position property?

Beautiful. Thank you!