Hi
I want to get the compuetr name from the registry. In my computer that has Windows XP home edition the appname is ComputerName, the option is ActiveComputerName and the key is ComputerName.
When I insert the function
Dim cname as string
cname=GetSetting("ComputerName", "ActiveComputerName", "Computername"
the string cname is not getting any value
which could be my problem??. I really need to obtain the computer name
Thanks
I want to get the compuetr name from the registry. In my computer that has Windows XP home edition the appname is ComputerName, the option is ActiveComputerName and the key is ComputerName.
When I insert the function
Dim cname as string
cname=GetSetting("ComputerName", "ActiveComputerName", "Computername"
the string cname is not getting any value
which could be my problem??. I really need to obtain the computer name
Thanks