NativeDB is a set of Delphi/Kylix/C++Builder components thatconnects directly to the Sybase SQL Anywhere databaseengine, skipping both the Borland Database Engine (BDE), dbExpress and Microsoft ODBC layers. NativeDB is based on the Embedded SQL...
It includes some usefull packages for C++ Builder 5. It should work with BCB versions 6 but I only tested with BCB5. All with source.
* MyBlowfish: Implementation of the BlowFish strong encryption algorythm.
* MySkin: Add a...
(available for Delphi 7 and C++ Builder 6 too)
Add multiuser, user authentication and user rights functionality to your Delphi/C++ Builder application with a few mouse clicks.
Control the user access to your app GUI components (menus,...
TPlanner v1.0 : Delphi 3,4,5 & C++Builder 3,4,5Description:A flexible & powerfull day/month/week/custom scheduling user interfacecomponentFeatures :- Items that can be resized / repositioned.- Inplace multiline editable items- Items with...
Vivid Report is a library of visual components for C++ Builder and Delphi, which provides creating printable reports of almost any complexity.
Vivid Report provides perfect guaranteed printing quality and excellent productivity of designing....
Vivid Report is a library of visual components for C++ Builder and Delphi, which provides creating printable reports of almost any complexity.
Vivid Report provides perfect guaranteed printing quality and excellent productivity of designing....
RichView is a suite of native Delphi/C++Builder components for displaying, editing and printing hypertext documents.
Components support various character attributes (fonts, subscripts/superscripts, colored text background, custom drawn)....
A beginner's guide to threading in C# is an easy to learn tutorial in which the author discusses about the principles of multi threading, which helps in executing multiple operations at a same time. The author offers details about how the multi...
A Coding Convention for C Code is a multi-platform compatible script that makes it easier for us to read each other's code, here are a few guidelines to follow when writing C code.
The C++ programming language is becoming widely used. So here is an intermediate tutorial designed for experienced C++ programmers.
Absolute Beginner's Guide to C, Second Ed. is a multi-platform compatible program that introduces and teaches C for those with no prior experience, a good starter book.
An SVG framework in C# and an SVG-GDI+ bridge is an article through which programmers can gain knowledge about SvgNet, which is a C# library that facilitates the process of creating SVG images. Here the author explains about various classes that...
Boxing and Unboxing of Value Types in C#: What You Need to Know? is a web based tutorial in which author elaborates the concepts of boxing and unboxing value types. The author also explains the problem that occur while programming boxing and...