Managed DirectX9 and AudioVideoPlayer namespace - help required

  • Thread starter Thread starter The Real Andy
  • Start date Start date
T

The Real Andy

This is probably not the most relevant NG for this topic, but if
someone could point me to a more relevant NG I would be forever
grateful.

I am having some issues with the Managed DirectX AudioVideoPlayer
namespace. All I am trying to do is play a video file on a secondary
video device in full screen. However, as soon as the form on the
secondary video looses focus, or as it would seem, the player sets
Video.Fullscreen to false. I tried to set it back to true in the
forms' LostFocus event but alas, this event is not fired at all times.
I'm guessing this is because the form is not loosing focus, but
something to with the Video player loosing focus.

I am sure I am missing some very basic concept, but the managed
DirectX doco is so vague it's hard to follow anything but the most
basic functions.

Best Regards:

Andrew
 
Back
Top