how can I read Unique DeviceID on Pocket PC using C#
Mobile
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, Have a look at the following blog posting http://blogs.msdn.com/windowsmobile/archive/2006/01/09/510997.aspx[^] it should contain a nice wrapper to a native method you can use on Windows Mobile 5.0 or above devices. There is an older technique documented here http://msdn2.microsoft.com/en-us/library/ms172516.aspx[^] which works on older devices as well, however for many reasons it is suggested to try to avoid this process. One reason is that with the Windows Mobile security model, you may find that with newer devices you have access permisson problems utilising this technique depending on the particular device you attempt to use it on. Thanks, Christopher Fairbairn