Hello.

I'd like to write an applicition for a PPC (iPaq 2190) with
WindowsMobile 5.0 and MediaPlayer 10.
My problem is, that I don't understand the many Namespaces, Interfaces
and DLL's and so on....
I have to write an application in C# that has the basic funktionality
of the MediaPlayer (Play, Pause, next Track) and I have to work with
different Playlists.

Can anybody tell me:
-which DLL I need to add as reference in VisualStudio 2005 (Beta)
-which Namespace I have to use

Or did anybody know a sample for PocketPC?

Thanks in advance for Help!

Daniel

Re: Need Help to start with programming MediaPlayerControll by ctacke/>

ctacke/>
Thu Jan 12 08:32:36 CST 2006

1. Don't use the beta
2. It's a COM object, so take a look at the online webcasts and articles for
hosting COM in the CF. It's not as simple as just adding a reference.

-Chris

"Daniel" <danielschmitz.com@googlemail.com> wrote in message
news:1137076180.776934.224730@g49g2000cwa.googlegroups.com...
> Hello.
>
> I'd like to write an applicition for a PPC (iPaq 2190) with
> WindowsMobile 5.0 and MediaPlayer 10.
> My problem is, that I don't understand the many Namespaces, Interfaces
> and DLL's and so on....
> I have to write an application in C# that has the basic funktionality
> of the MediaPlayer (Play, Pause, next Track) and I have to work with
> different Playlists.
>
> Can anybody tell me:
> -which DLL I need to add as reference in VisualStudio 2005 (Beta)
> -which Namespace I have to use
>
> Or did anybody know a sample for PocketPC?
>
> Thanks in advance for Help!
>
> Daniel
>



Re: Need Help to start with programming MediaPlayerControll by Daniel

Daniel
Thu Jan 12 09:43:59 CST 2006

Hi.

Why should I not use the Beta? Is there a problem to COM objekts?

I will look at MSDN for the Webcast...

Daniel


<ctacke/> schrieb:

> 1. Don't use the beta
> 2. It's a COM object, so take a look at the online webcasts and articles for
> hosting COM in the CF. It's not as simple as just adding a reference.
>
> -Chris


Re: Need Help to start with programming MediaPlayerControll by ctacke/>

ctacke/>
Thu Jan 12 20:28:26 CST 2006

Because it's a beta. It is unsupported, is not identical to the release and
the release is out. Using the beta will lead to no good.

-Chris



"Daniel" <danielschmitz.com@googlemail.com> wrote in message
news:1137080639.516586.114930@g47g2000cwa.googlegroups.com...
> Hi.
>
> Why should I not use the Beta? Is there a problem to COM objekts?
>
> I will look at MSDN for the Webcast...
>
> Daniel
>
>
> <ctacke/> schrieb:
>
>> 1. Don't use the beta
>> 2. It's a COM object, so take a look at the online webcasts and articles
>> for
>> hosting COM in the CF. It's not as simple as just adding a reference.
>>
>> -Chris
>