Hi All,
I have created on OpenOffice AddOn using Netbeans 8.0.2 IDE and Now I have to get the value from "Software\\Wow6432Node\\... " Registry.
Please tell how to do it.
Rushna
Software Engineer
sub readreg
WshShell = CreateObject("WScript.Shell")
keyy = "HKEY_LOCAL_MACHINE\SOFTWARE\LibreOffice\LibreOffice\4.4\Path"
MsgBox WshShell.RegRead(keyy)
end sub
Hagar Delest wrote:Not sure users of the forum have this kind of knowledge.
Users browsing this forum: No registered users and 1 guest