Hi,
I am experimenting on an application that plays midi,mp3 files. And i
am using windows media player ocx control for this purpose. My ocx
control plays mp3 files and wma files but not midi files. So i tried to
play the midi file using windows media player and it was able to play
it well. I use media player 10 in windows mobile 5. The code snippet
is..
CComptr<IWMPPlayer> m_spWMPplayer;
..creating a instance of windows media player and after that i say
HRESULT hr = m_spWMPplayer->put_url(filename);
i get s_false when i play midi files but i get s_ok when i play mp3
files or wma files...The device that i use is a qtek9100 ppc which
plays midi in windows media player..
Any pointers in this regard will be appreciated.
Bhushan.