Resizing the windows media player activex problem
Managed C++/CLI
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All, I am using windows media player activex control using c++ builder. It is working fine to play the url but when I adjust the height and width from the code this is adjust to the old position which i use onto the form. for example I adjust the activex player width 720 and height 576 now I adjust the player width and height from the code like WindowsMediaPlayer1->Width = 320; WindowsMediaPlayer1->Height =240; but it will resize to old width height. how i resolve this problem.