abf visual components library
Visual Component Framework 0.9.9
Visual Component Framework is considered as an advanced C++ application framework that offers a modern, clean, C++ architecture and is designed to be cross platform. more>>
Visual Component Framework 0.9.9 is considered as an advanced C++ application framework that offers a modern, clean, C++ architecture and is designed to be cross platform. The core framework is divided into three major libraries, the FoundationKit, the GraphicsKit, and the ApplicationKit. Anti-aliased graphics are supported through the use of the Anti-Grain Graphics library.
Major Features:
- Modern C++ design - use of modern C++ techniques like exceptions, templates (where useful), name spaces, and heavy use of the Standard Template Library.
- Advanced RTTI features that allow for such things as dynamic object creation given a registered class name or a registered UUID string that represents the class, dynamic introspection of a given object's class and listing such data as the class name, super class, the properties of the class, member methods, and implemented interfaces.
- Modular - built across several libraries as opposed to one huge monolithic library that then becomes difficult to break apart. This means that while the VCF is incredibly powerful as a framework for writing GUI based applications, if you just want to use the core features, such as threads, file IO, and RTTI you can do so, without having to have dependencies on all the GUI code.
- Easy to use, and powerful event system, suitable for console as well as GUI based applications.
- Support for Thread, Mutexes, Semaphores, Files, Streaming data, error logging, string utility functions, and other basic services. All of this is part of the FoundationKit and has no dependencies on the graphics or UI code.
- Powerful and easy to use graphics classes, plus more advanced support for anti aliased vector graphics through the use the AntiGrain Graphics libraries.
- A simple to use image loading architecture that allows multiple formats to be registered dynamically, for loading up a variety of different graphics formats. On Win32 systems the default image loading support is limited to BMP files, but by using the ImageFormats library (also a part of the VCF) a wide variety of additional image types are also supported. Currently the ImageFormats library uses FreeImage to support a image types such as .TIFF, .TGA, .PSD, .PNG, .PCX, .SGI, .MNG, .RAS, .PBM, .PPM. and many others.
- More advanced classes for customizing the drawing process by extending Stroke and Fill classes.
- A complete set of powerful GUI classes, including a common set of base classes enabling advanced custom control creation. Some of the control classes include tree controls, list controls, check box and radio controls, push buttons, single line and multi line text controls, and many others.
- A standard set of application classes for things like resources, loading windows or forms dynamically at application startup, saving of application state, a registry class for common storage of system and application information.
- Other application classes include an Undo/Redo architecture based on commands that allows for undoing and redoing commands as well as notifying other objects of the events.
- GUI controls that support both alignment and anchoring. Any control may be aligned to the top, bottom, left or right of it's parent container control. Alternately controls may use their anchoring properties to anchor themselves to the left, right, top and/or bottom sides of their parent container control. In addition to control alignment, it is possible to write custom layout containers and assign them to a control to customize layout logic.
- The ApplicationKit provides a set of Model and View classes for using in MVC patterns. A series of models like the ListModel, TreeModel, and TextModel are used in controls to provide separation of the data from the UI presentation code. Because a View can be dynamically attached to a Control at runtime, it will be possible to develop "themes" in the future.
- Because of the RTTI features and the event handlers, the VCF easily supports component programming with in IDE that allow for visual development.
- The VCF tries to be as flexible as possible, allowing you to use the parts you want, and allowing for inter-operability with other frameworks. Thus VCF controls can be used inside of an MFC application if you like, or only use the graphics module for enhanced graphics features.
- No need of special preprocessor tools - if you have a reasonably complete C++ compiler then you're all set to go.
- The ability to access the low level handles for most native objects. For example, by accessing the Thread's peer class, you can get a handle to the native thread handle itself. For a control, you can access the control's peer and get a handle id that represents the windowing systems native handle for a window/widget. This allows you to use platform specific calls when necessary.
abf Components 4.0
The abfComponents product is a base part of the ABF Visual Components Library more>>
Product is compatible with all 32-bit versions of Borland Delphi and C++Builder. abfComponents is free for non-commercial usage, you can freely download a full featured version.
If you are planning to use this product in some commercial project you should purchase the source code or purchase a full version of ABF VCL.
Enhancements:
- Major update. Delphi 2005 is supported.

abfComponents 4.0.1.409
The abfComponents product is a base part of the ABF Visual Components Library. more>> The abfComponents product is a base part of the ABF Visual Components Library, contains a set of powerful and easy-to-use common components, lots of classes and procedures. Product is compatible with all 32-bit versions of Borland Delphi and C++Builder. abfComponents is free for non-commercial usage, you can freely download a full featured version. If you are planning to use this product in some commercial project you should purchase the source code or purchase a full version of ABF VCL.<<less
The abfComponents product is a base part of the ABF Visual Components Library, contains a set of powerful and easy-to-use common components, lots of classes and proceduresLicense:Freeware

Sigma Linb AJAX components library 1.10.1
An Ajax components library for building zero footprint Ajax browser applications that feel like desktop GUI applications. It contains panel, dialog, layout, menu, tabs, tree, tree grid, Drag&Drop, tim more>>
Visual Linb is an Ajax components library for building zero footprint Ajax browser applications that feel like desktop GUI applications. It contains the most popular Ajax components, such as panel, dialog, layout, menu, tabs, tree, tree grid, Drag&Drop, timeLine, events calendar, and supports all major browsers.
Sigma Linb includes more than 50 components and useful classes. The conponents are purely built in XHTML, CSS, JavaScript and XML, which are industry standards compliant and therefore are compatible with all major browsers such as Internet Explorer, Firefox, Opera and Safari, and can be placed anywhere on the page.
Sigma Linb is written in pure javascript codes, Seamless Integration with any server side solution, such as j2ee, .net, PHP, perl.
Sigma Linb is designed by Object-Oriented technology. This makes .Net / Java / PHP programmers feel easier to get istarted with these components.
Sigma Linb includes serveral layout components, which can be used to define the various areas in the web pages. The outcomes application could dynamically adjust to accommodate content at run-time with these layout components.
XNA Animation Component Library 1.0.2.0 Beta
A dll package for Windows and Xbox360. more>>
The MeshSplitter.cs file, in case your wondering, splits the meshes in a model up to account for a maximum number of bones in a matrix palette. It works, but is not optimized.
To use it, add the source to your project and in your model processor, add this code before you do any processing:
ModelSplitter splitter = new ModelSplitter(input, 50);
bool neededSplitting = splitter.Split();
Split returns true if any meshes in the model needed to be split up.
Regex Component Library for VC6 3.1
Search and/or replace strings or files using regular expressions. more>> The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++. Member function event handling is supported using the packaged Boost function and bind facilities which comes with the download.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.<<less
Regex Component Library for BCB6 3.1
Search and/or replace strings or files using regular expressions. more>> The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 6 IDEs RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.<<less
Regex Component Library for VC7 3.1.3
Search and/or replace strings or files using regular expressions. more>> The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions in non-managed C++ code. It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++ and Visual Studio .NET 2002.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.<<less
Regexr Component Library for Bcb3 3.1
Search and/or replace strings or files using regular expressions. more>> The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 3 IDEs RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.<<less
Regex Component Library for BCB5 3.1.3
Search and/or replace strings or files using regular expressions. more>> The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 5 IDEs RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.<<less
Regex Component Library for BCB4 3.1.5
Search and/or replace strings or files using regular expressions. more>> The Regular Expression Component Library is an easy to use library for searching and/or replacing strings or data in files using regular expressions. It supports both VCL programming using the C++ Builder 4 IDEs RAD programming model and non-VCL programming. Both methods of programming support the properties, methods, and events model C++ Builder.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.<<less
BreZaSoft Network Developer's Component Library 1.0
BreZaSoft Network Developers Component Library offers users a versatile software allowing to perform Internet whois queries, DNS NSLookups, or Telnet sessions from within your software applications (ASP, VB, WSH - anything that can do CreateObject). more>>
BreZaSoft Network Developer's Component Library 1.0 offers users a versatile software allowing to perform Internet whois queries, DNS NSLookups, or Telnet sessions from within your software applications (ASP, VB, WSH - anything that can do 'CreateObject'). This ActiveX component (DLL) from BreZaSoft, LLC enables you to add this functionality with little to no effort.
Requirements: Windows 98/Me/NT/2000/XP
Visual FoxPro 8.0 GDI+ Runtime Library Update 1
Visual FoxPro 8.0 GDI+ Runtime Library Update brings about a reliable security update with which a released version of Visual FoxPro 8.0 is required. Developers who have distributed custom Visual more>> <<less
Regular Expression Component Library for VC7 3.1
Search and/or replace strings or files using regular expressions. more>>
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.
Regular Expression Component Library for VC6 3.1
Search and/or replace strings or files using regular expressions. more>>
It supports both MFC programming using the MFC programming model and non-MFC programming. Both methods of programming support a properties, methods, and events model with VC++. Member function event handling is supported using the packaged Boost function and bind facilities which comes with the download.
It has flexible expression options to match any type of regular expression syntax. There is extensive documentation to explain its use and the library is fully supported. The library is also fast and easy to use and the header files automatically link in the correct supporting libraries.
Regular expressions are a means of doing searching based on patterns adopted from the UNIX idea of regular expressions in various Unix tools.
The properties/methods/events model uses:
a) Properties for specifying a regular expression, string to match, file specification ( with wildcards ) to match, flexible options for regular expression syntax, flexible options for matching considerations, and other properties to enhance matching capabilities.
b) Methods to match a string in numerous ways; the entire string, the beginning of the string, anywhere in the string, multiple exclusive matches in a string. Methods to match file data; either a single match in a file or multiple matches in a file. A method to change data in a string or file based on format-like replacement syntax which can use the actual data found or one of its sub-expressions. A method for splitting strings based on regular expressions.
c) Events to handle the gathering of specific data for each of the matching methods. Most of the event handlers gain access to what the expression matches as well as to what each sub-expression of the expression matches.