View Single Post
  #9 (permalink)  
Old 11-23-2007, 10:32 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,141
Default

What code are you using to read the registry?
Try this:
Code:
  Reg.RootKey(Reg.rtCurrentUser)
msgbox(Reg.GetValue("ControlPanel\Owner\","Name"))
Reply With Quote