I import the WMP 10 ActiveX control (TWindowsMediaPlayer),
put it on a form, and set its 'Align' to alClient.
But when playing a media, the WMP is in its original size and
doesn't fit to the parent form, and when I maximize the form,
WMP is still in its size and leave big blank margine.
How to get WMP 10 worked with the VCL form?
And how to get/set WMP's window position and size?
I can find nothing in the WMP SDK.
I've test WMP 6.4, it works very well with align := alclient,
and I even don't do any extra work.