|
Binary Components
and Code Snippets
Components and snippets are currently being compiled
by the C-Flash Software team and will be published soon.
.NET Components
SideMenu
A simple Outlook 2003 / MS CRM-like navigation sidebar menu.
Supports design-time editing, icons, text wrapping, tooltips, and
scrolling.
MDIWindowManager
A control that can be added to your MDI Parent forms to achieve the
Tabbed Document Interface (TDI) seen in many modern applications.
ApplicationExplorer
Template
Combines SideMenu and MDIWindowManager and a lots of plumbing to
create a great starting point for creating complex UI's.
ActiveX, COM Components and Classes
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.
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
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
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.
PlsListBox
Listbox that allows for drag and drop to reorder items and drag and
drop from Explorer to add items. Download includes example project.
|