- Home
·
- Registry
·
- Reads and Writes to the registry without using any API, DLL, OCX!!!
Reads and Writes to the registry without using any API, DLL, OCX!!!
Reads and Writes to the registry without using any API, DLL, OCX!!!
Rate Reads and Writes to the registry without using any API, DLL, OCX!!!
(2(2 Vote))
'Gets from the registry
Print GetSetting(App.Title, "Startup", "Message", "Hello")
'Saves to the registry
Text = "Hello again!!!"
SaveSetting App.Title, "Startup", "Message", Text
'Deletes from the registry
DeleteSetting App.Title, "Startup", "Message"
Reads and Writes to the registry without using any API, DLL, OCX!!! Comments
No comments yet — be the first to post one!
Post a Comment