I miss B4J inbuildt functions to read/write from/to the Windows registry. Please add it in next update of B4J, thanks.
For example
Something like that
For example
If (OS) = "win" then
Dim RegValue As Registry
RegValue.Path("HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run")
RegValue.Set(Path, "c:\Program Files/B4XProject/appname.exe")
Log(RegValue.Get())
End If
Something like that
Last edited: