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
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!