posts - 4237, comments - 3946, trackbacks - 370

Disclaimer

This was my personal weblog originally hosted by UgiDotNet, written mostly in Italian.

This blog is now part of my new site:
These postings are provided 'AS IS' with no warranties, and confer no rights. The views expressed on this weblog are mine alone and do not necessarily reflect the views of my employers.

Licenza Creative Commons

Tag Cloud

Archives

Post Categories

RegistryPlus

While I was working on my Remote Desktop Assistant tool, I was getting really frustrated with the Registry. I couldn't bind registry values to a WinForm control, and it was a pain to manipulate when I needed to change a dozen or more entries. I also needed to access values by collection index, and a syntax like RegistryKey.Items("UserName").Value = "SomeUsername" would have been nice too. So I created a really small and simple API to solve those problems, and it's called RegistryPlus.

Trovate tutto qui.

Print | posted on lunedì 11 aprile 2005 12:44 |

Comments have been closed on this topic.