I am using C# to build a Pocket PC app and I need to know how to access the
device owner info. Also current date and time.

Thanx for any help.

Poe

Re: Access Device Owner Info by Peter

Peter
Sat Sep 11 15:02:24 CDT 2004

The owner info is stored in the device registry. There is an example here
using the OpenNETCF Registry classes to retrieve the owner's name:-
http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=732

The current date and time can be retrieved using the System.DateTime.Now
property.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups

"Poewood" <Poewood@discussions.microsoft.com> wrote in message
news:6D055351-9799-4EB4-974C-99961D51FFFB@microsoft.com...
>I am using C# to build a Pocket PC app and I need to know how to access the
> device owner info. Also current date and time.
>
> Thanx for any help.
>
> Poe