i have read the threads here
http://www.b4x.com/forum/questions-help-needed/3678-device-id.html
and tried the code to read the registry
path="HKEY_LOCAL_MACHINE\Ident\Name"
device_ID = reg.GetValue(PATH, REG_SZ)
and also getdeviceid
The code was this
Dim ID,IDparts(0)
hw.New1
ID=hw.GetDeviceID
IDparts() = StrSplit(ID, "-")
Msgbox(HexToString(IDparts(4)))
However all i get is unreadable characters
Can anyone advise what is wrong?
Thanks
Joe
http://www.b4x.com/forum/questions-help-needed/3678-device-id.html
and tried the code to read the registry
path="HKEY_LOCAL_MACHINE\Ident\Name"
device_ID = reg.GetValue(PATH, REG_SZ)
and also getdeviceid
The code was this
Dim ID,IDparts(0)
hw.New1
ID=hw.GetDeviceID
IDparts() = StrSplit(ID, "-")
Msgbox(HexToString(IDparts(4)))
However all i get is unreadable characters
Can anyone advise what is wrong?
Thanks
Joe