windows media player for mobile 的開發

來源:互聯網
上載者:User

    windows media player for mobile 是以控制項方式提供的,但是在windows32和MFC下是不能直接載入的,只有在ATL下才可以以控制項方式直接載入.

   如果在window32或mfc 下調用WMP就要載入一個ATL的容器表單CAxWindow.這樣才可以載入mobile控制項.

 

CAxWindow wndWMP;

 GetClientRect(hWnd, &rc);

 wndWMP.Create(hWnd, rc, _T("{6BF52A52-394A-11d3-B153-00C04F79FAA6}"), WS_VISIBLE | WS_CHILD, WS_EX_WINDOWEDGE);

另外如果要監視windows media player 的事件(EVENT)需要繼承IWMPEvent介面,並且要實現介面函數.在WMPSDK中有相關的Demo.

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.