Hello Mr. Vishal,
Thanks a lot for your guidance .
I am very new to mobile application development and this is my second
project of handheld devices,although I am developing applications for
pocket pc and using XML there since aug,2004 but I am facing these
problems first time.so pls forgive me, if u r getting frustated.
However a good news is that I got success to display playlist and user
can select the song of his choice.
I am able to get the points which you described but don't know how it
will be implemented in C# for example 'Wait for Input Idle',how to use
VK_BACK and FindWindow().
I am not starting explictly WMP.I call the process.start(<mp3 filename>)
and this line starts the media player.
There are functions of 'coredll.dll' named 'CreateProcess' and
'TerminateProcess',earlier I used 'CreateProcess' to start the
mediaplayer but at that time was not able to select the song.Now as I am
not using CreateProcess,how can I Terminate Process.Actually What I
understand is that anyhow, I should be able to kill instance of
mediaplayer or if not then atleast hide that so that when one song
finishes user able to select another,currently when I select a song from
list then...the Titlebar(on Top) and Menu(s)(on Bottom) changed to WM
Player's Title and Menu and Rest portion of window shows my application
interface but I am not able to select next song because of MP players
menu displayes not my applicaion menu.
because for song start,I select song from list and then choose
menu->play.
I am targeting windows mobile 2003 smartphone.
Now only functionality remaining is that user can select song everytime
means hide WMP interface.I am also thinking that if u guide further then
I am only 1 step back to completion.
Thanks,
Anurag