Unique ID of a Pocket PC 2003

  • Thread starter Thread starter Mike TI
  • Start date Start date
M

Mike TI

June 6, 2006

Hi all

I have just started to explore development on a Pocket PC.

Is there a way to get a unique ID of a Pocket PC using VB.Net 2005.
- Windows Mobile 2003SE
- Windows Mobile 5

Thanks
Mike TI
 
Or to make it easy, OpenNETCF have kindly written a managed wrapper so you
can get both the ID and the name. Check out:
OpenNETCF.Win32.Core.GetDeviceID() and OpenNETCF.EnvironmentEx.UserName.

Simon.
 
Back
Top