R
rpatel4
My application needs to know a few things about what its running on.
If I can get the following at runtime that would be ideal (in order of
importance):
1. Operating System (eg. Windows Mobile 5)
2. Screen Size (I think this will be enough
Screen.PrimaryScreen.Bounds)
3. Device type (eg. PocketPc or Smartphone)
4. Device Model Number (ie Dell Axim, Motorola Q, etc etc).
Is there any managed code that will give me this information?
The reason for this information is because my app sends the information
to the server, and we want to be able to use this info in order to
format (or determine which) content to send back to the device.
If I can get the following at runtime that would be ideal (in order of
importance):
1. Operating System (eg. Windows Mobile 5)
2. Screen Size (I think this will be enough
Screen.PrimaryScreen.Bounds)
3. Device type (eg. PocketPc or Smartphone)
4. Device Model Number (ie Dell Axim, Motorola Q, etc etc).
Is there any managed code that will give me this information?
The reason for this information is because my app sends the information
to the server, and we want to be able to use this info in order to
format (or determine which) content to send back to the device.