Detect OS of Device

S

Steven Nagy

Hey.

Using C# on either a Pocket PC or CE app.
I need to be able to detect which one the app is running in order to
organise its layout.

I'm kind of new to this sort of programming so sorry if the answer is
obvious.
I did google around to try and find it before posting.

Cheers,
Steve
 
N

Nino Benvenuti

Steven said:
Hey.

Using C# on either a Pocket PC or CE app.
I need to be able to detect which one the app is running in order to
organise its layout.

I'm kind of new to this sort of programming so sorry if the answer is
obvious.
I did google around to try and find it before posting.

Cheers,
Steve

Steve,

Here's a start:
http://groups.google.com/group/micr...=get+platform+version&rnum=5#7a051be7ee0936e5

You'll also want to look into SPI_GETPLATFORMTYPE (you'll need to P/invoke)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top