Windows Media Player 11 in Delphi
Currently, I am working on a Delphi project that requires movie playing in the application. Obviously, the direct approach is to use the Windows Media Player ActiveX. However, when I imported the active X and try to resizing it at runtime, strange behavior starts to happen: the control does not obey my command. After googling around, it is that I have to directly call the SetObjectRects
method directly. This could be done by the following codes.
- Read more about Windows Media Player 11 in Delphi
- 1 comment
- Log in to post comments