Rename registry keys, import/export, search, receive change notification. ComponentSpace Registry Toolkit Component .NET class library provides useful functionality for manipulating the Windows registry. This functionality is in addition to rather than replacing that provided in the Microsoft.Win32 namespace. The RegistryHelper class includes methods for key name manipulation as well as key renaming. Extract the base key name, parent key name and sub-key name from a key. Create and open keys by name without the hassle of the Microsoft.Win32.Registry static field values. The RegistryImporter and RegistryExporter classes respectively import and export registry keys in standard Windows Registry 5.0 format thats compatible with regedit. The RegistryXmlImporter and RegistryXmlExporter classes respectively import and export registry keys in XML. 상세 보기
Retrieve date and time from Internet time-servers. ComponentSpace Internet Time (NTP) Component allows you to retrieve the date and time using the Network Time Protocol (RFC-1305), the Time Protocol (RFC-868) or the Daytime Protocol (RFC-867). Times are returned as standard System.DateTime objects. These can be easily converted from UTC to local time. Written in 100% managed C# code, the class library offers .NET developers easy access to Internet time-servers from within their applications. 상세 보기
Create a Windows control panel applet in Visual Basic using the easy to use Control Panel Host. Instead of having to deal with the arcane C interface of control panel applets, all you need do to create a Visual Basic control panel applet is develop an ActiveX DLL, implement the supplied IControlPanel interface, and register your applet with the Control Panel Host. You define the applet’s name and description and also the icon to display. Your applet receives control whenever the user clicks it. The Control Panel Host offers Visual Basic developers a fast and simple way to create control panel applets. 상세 보기
Create a Windows service in Visual Basic using the easy to use Service Host. Instead of having to deal with the complexities of Windows services and the services C interface, all you need do to create a Visual Basic Windows service is develop an ActiveX DLL, implement the supplied IService interface, and register your service with the Service Host. You define the service’s name and description. Your service receives control whenever the service is started, stopped, and optionally, paused or continued. The Service Host offers Visual Basic developers a fast and simple way to create Windows services. 상세 보기
Read and write registry values including integers, strings, expanded strings, multi-strings and binary data. Create, delete, load and save registry keys. Enumerate registry keys and registry values. Easily access registries on remote computers. Practically every registry operation is available in an intuitive set of classes. The Registry Control offers Visual Basic developers complete access to the Windows registry in a easy to use yet powerful control. Part of ComponentSpace ActiveX Suite. Source Code available. 상세 보기
ComponentSpace