set devicename from code

  • Thread starter Thread starter Ira Spier
  • Start date Start date
I

Ira Spier

Hi:

I would like to be able to set the Device Name for a pocket PC
(settings/system tab/about/device name)
from within a C# application

Is there a call to do this.

Thanks
 
Hi,
use the registry - update/create the entry HKEY_LOCAL_MACHINE\Ident\Name\

Pete
 
Back
Top