WMP control in MDI child

Any idea why an AxWindowsMediaPlayer control that has been assigned a URL (Given a file to display) Crashes when I try to re-size the MDI form it is in?

First time poster, be gentle...

<EDIT> VB.net 2.0

[267 byte] By [WayneArantII] at [2007-12-23]
# 1

Even Stranger, If I put a button on the Child form (The one with the MediaPlayer control) that re-sizes the form. It looks like it is resizing, but the drawing area does not change and the media player control does not change (even though it is docked and anchored)

WayneArantII at 2007-8-31 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 2

o.k. looks like I found a workaround but if anyone knows the reason for this I'm very interested.
Instead of depending on the Dock or Anchor properties, I resize the control using the resize event of the form.

WayneArantII at 2007-8-31 > top of Msdn Tech,Windows Forms,Windows Forms General...