gjoisa Active Member Licensed User Longtime User Jan 1, 2009 #1 Hi all ! Happy new year 2009 . I have bought new Asus P320 device . In my program i use hardware.dll to get device id . But in this device I am getting the result as null . Is there any other dll to get device id ?
Hi all ! Happy new year 2009 . I have bought new Asus P320 device . In my program i use hardware.dll to get device id . But in this device I am getting the result as null . Is there any other dll to get device id ?
Erel B4X founder Staff member Licensed User Longtime User Jan 1, 2009 #2 Unfortunately not all devices support this method. You can read the owner name from the registry. The path of it is: B4X: Reg.RootKey(Reg.rtCurrentUser) Reg.GetValue("ControlPanel\Owner\","Name")) Happy 2009!
Unfortunately not all devices support this method. You can read the owner name from the registry. The path of it is: B4X: Reg.RootKey(Reg.rtCurrentUser) Reg.GetValue("ControlPanel\Owner\","Name")) Happy 2009!