RegistryReader
This is a plugin to read values from the registry.
Only one function is provided.
The first parameter is the key name, for example: "HKEY_CURRENT_USER\Software\PopTray\Status", and the second parameter is the value name, for example: "MailCount". The second parameter can be blank to read the default value.
The return value is the registry value as read, or an error string.
Written in Visual C# Express 2005, so you will need the .net 2 runtimes installed.
The point behind this plugin, if you were wondering, is to check the status of emails in PopTray. I've writtin a RegistryWriter plugin to that which stores the most recent mail status in the registry for that one to pick up.
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Registry Reader
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo
-
- Plugin Author
- Posts: 10
- Joined: March 12th, 2005, 11:54 am
Registry Reader
Last edited by AlexV on August 8th, 2005, 7:00 pm, edited 1 time in total.
-
- Plugin Author
- Posts: 10
- Joined: March 12th, 2005, 11:54 am
Upgraded to version 2.
Some recent activity with learning how to use the WMPBlogger addin has led me to believe that this plugin could use some additional functionality. So here it is.
Function 1 remains unchanged, and returns the registry value requested.
Newly added are:
Function 2, returns 1 if the specified value exists, and 0 if it doesn't.
Function 3, returns 1 if the specified value has changed since last time it was checked, and 0 if it hasn't.
Hope you find it useful!
As it is drop-in compatible with the older version, you can download it from the same url: RegistryReader
Some recent activity with learning how to use the WMPBlogger addin has led me to believe that this plugin could use some additional functionality. So here it is.
Function 1 remains unchanged, and returns the registry value requested.
Newly added are:
Function 2, returns 1 if the specified value exists, and 0 if it doesn't.
Function 3, returns 1 if the specified value has changed since last time it was checked, and 0 if it hasn't.
Hope you find it useful!
As it is drop-in compatible with the older version, you can download it from the same url: RegistryReader