Home → ActiveX, COM Components and Classes
|
ActiveX, COM Components and Classes
|
1. FlashSync Engine: ActiveX Dll that allows you to synchronize folders (in an intelligent 'synchronize' way). Much more powerful than Windows' Briefcase utility and on par with Windows 2000's Synchronization Manager (without requiring a network connection). Used by Jukebox Synchronizer. Download includes example project and documentation.
2. BinaryINI: CBinaryINI overcomes the hassle of using the registry and limitations of INI files for storing settings. It's very easy to use and works exactly like the GetPrivateProfileString API except the file is stored as a binary file meaning it overcomes GetPrivateProfileString's 512 character limit on values and allows you to store any type of string data (including carriage returns). Furthermore, the file is kept in-memory providing performance improvements of over 100%. CBinaryINI can be used as a simple in-memory database. Usage Example
3. Logger Class: Easy to use logging class. Supports automatic truncation when file reaches a certain size, time stamping, distinction between current log (before being committed to disk) and past log data. Usage Example
4. CollectItemsList: ActiveX control that presents the user with a list of options to choose from. Allows for multi-select and custom buttons (Add,Edit,Remove). Like the 'InputBox' function but for lists. Download includes example project.
5. PlsListBox: Listbox that allows for drag and drop to reorder items and drag and drop from Explorer to add items. Download includes example project.
|
|
Comments -
Category: Programming & Development
- Added on 2nd Feb 2006 by lt -
|
|