PDA

Click to See Complete Forum and Search --> : [RESOLVED] Get Computer's Name or Identifier


FourBlades
Jan 17th, 2007, 10:00 PM
I need a way to get the computers name or other unique identifier.
Which class provides this information?

Thanks

Strider
Jan 18th, 2007, 06:37 AM
sample here
http://samples.gotdotnet.com/quickstart/CompactFramework/doc/deviceid.aspx

FourBlades
Jan 18th, 2007, 02:36 PM
Great Site. I'll Check into it.
Thanks

highflight1985
Feb 6th, 2007, 09:22 AM
If I were releasing a program with a regististration scheme, would it be advisible to use the DeviceID in a similar way to a desktop app might use the a hard drive serial number? Is the DeviceID always obtainable using this article's code? (I've tested it on my device and it works, but I'm wondering whether it will work on other devices.)