Ok, here's my problem,

I have a form that I'm playing an mpg on using windows media control. I'm also capturing keys that are pressed using the form's keydown procedure. However, unless the mediaplayer control is disabled, the mediaplayer takes the keystrokes instead of the form! How can I have the form recieve the keystrokes instead of the media player?

Also having problems getting the media player window to disappear too, if I set it's visible property to false, the media player controls and border dissapear but I can still see the last frame of the mpg movie and that doesn't dissapear. I've tried messing around with the zorder on the form, but I can still see the last frame of the movie. How can I get windows media player to completely dissapear after playing an mpg?

thanks to you all,

-puma