|
|
Freeware: Component-based
| |
ProxyDesigner
License: Freeware
|
|
| |
ProxyDesigner is a free Windows-based UML software design tool. ProxyDesigner allows software developers to graphically create complex UML software designs, patterns, and architectures, and share those designs with other developers on-line. Completed or in-process designs may be published to the ProxySource community on the web, enabling users to share their designs and participate in discussions pertaining to those designs. Users may also browse an index of published designs and download those designs which may be of interest. Key benefits include: 1) Create graphical software designs using built-in catalogs of modeling language notations, patterns, and designs, 2)Create catalogs of custom symbols and notations, 3) Easy to use and learn user interface, 4) Extensive built-in formatting, alignment, and layout functions, 5) Full hard-copy print-outs of designs, 6) Publish designs to the ProxySource on-line discussion forum, and include those designs in on-line discussions, 7) Display an index of published designs available on the ProxySource forum, 8)Download published designs from the ProxySource forum, 9) Download additional catalogs to extend the types of modeling language notations, patterns, and designs available, and 10) Support for the UML (Unified Modeling Language).
Users need to register on the author's web site at www.proxysource.com. Registration is free and only takes a few moments. A connection to the internet is required to register the product the first time you use it. After registration, the product can work normally with no internet connection, unless you wish to use the product to share and discuss designs on-line with other developers.
Author: Vince D'Onofrio| Date: 28-02-2001 | Size:
2147 KB |
| |
- |
| |
CDBF Explorer
License: Freeware
|
|
| |
CDBF Explorer is a freeware application that allows you to open dBase tables, to modify contents of these, and to do some other simple management operations (searching, applying filters, operations with indexes, etc).DBF Explorer engine is based on TDbf Component, and doesn't require any external database engines, as BDE or ODBC.
Author: | Date: 21-02-2005 | Size:
750 KB |
| |
- |
| |
Pivo Ping Component
License: Freeware
|
|
| |
Pivo.Ping allows you to effortless enable your applications to send Internet Control Message Protocol (Ping/ICMP) packets in .NET. Programmatically ping a remote server, host, route, or any network device to see if it is up. Pivo.Ping fully supports RFC 792 standard.
Pivo.Ping is a server component. It requires the Microsoft .NET runtime in order to function properly. Pivo.Ping is used to programmatically ping hosts on a network.
A 'Ping' is a technique for sending an ICMP (Internet Control Message Protocol) packet(s) to a remote host. If the remote host is up, and supports ICMP, a control message, or packet, will be sent back to the sender. This technique provides a mechanism for feedback about communication problems in a networked environment. Pivo.Ping abstracts this mechanism in an easy to use manner for the programmer. For more information about ICMP, check out the RFC 792 at http://www.faqs.org/rfcs/rfc792.html.
Pivo.Ping can only be used programmatically from a .NET environment, including, but not limited to, ASP.NET, winforms, console applications, and web services. Here are two brief examples for using Pivo.Ping from C# and Visual Basic. The following example pings www.pivo.com. [C#] Private void Page_Load (object sender, System.EventArgs e) { if ( Page.IsPostBack ) { Pivo.Ping.Icmp icmp = new Pivo.Ping.Icmp("www.pivo.com"); for (int i = 0; i < 4; i++) { Console.WriteLine(icmp.Ping().TotalMilliseconds); } } }.
Pivo.Ping is a low overhead, highly optimized assembly that needs the Microsoft .NET (or equivalent) framework to run. Any system that can support the Microsoft.NET framework will be able to use Pivo.Ping. Pivo.Ping can be used from any environment supported by .NET, which can include winforms, ASP.NET, console applications, components, or web services.
Author: Pivo Corporation| Date: 01-10-2005 | Size:
232 KB |
| |
- |
| |
ASP XML Parser Component
License: Freeware
|
|
| |
A super-fast, low-memory usage, XML parser specifically designed to be used server-side in ASP scripts. This DOM based parser is many times faster than MSXML, and consumes far less memory. Great for handling large XML data files. Also includes international character codeset conversion capability.
Author: Matt Fausey| Date: 18-12-2002 | Size:
231 KB |
| |
- |
| |
DelphiCodeToDoc
License: Freeware
|
|
| |
DelphiCodeToDoc is a free documentation system for Delphi.
It uses information about source code symbols and formatted comments in files to produce accurate documentation from your application and component.
This documentation support TEXT file based and HTML style, but will be extend to CHM, PDF, and furthermore other format. DelphiCodeToDoc makes sure the structure of your documentation always stays synchronized with your code. It support JavaDoc style comments, in-line comments, and is open for other "tags based" styles. You can configure DelphiCodeTodoc to extract the code structure from undocumented source files. This is very useful to quickly find your way in large source distributions. You can also visualize the relations between the various source code elements. DelphiCodeTodoc is developed under MS-Windows with Borland Delphi, but will be setup to be portable for Kylix under Linux. It use JCL and JVCL library from Jedi Project.
Author: TridenT| Date: 22-06-2005 | Size:
1559 KB |
| |
- |
| |
Regular Expression Component Library for BCB3
License: Freeware
|
|
| |
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 IDE's 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.
Author: Edward Diener| Date: 16-11-2002 | Size:
4292 KB |
| |
- |
| |
Mail.dll
License: Freeware
|
|
| |
.NET component for sending and receiving email messages.
Includes POP3 and SMTP clients with SSL support.
Written entirely in managed code in C#.
Component features:
Automatic email parsing when fetched from POP3 server, including:
From, Sender, Reply-to, To, Cc fields,
Subject field,
Date field,
Access to every custom header of every mime entity,
attachment encoding/decoding,
automatic charset recognition,
secure login (APOP command support),
getting header information only (TOP command support).
With examples in C# and VB.NET, with IntelliSense support.
MailMessage class representing real email structure.
SimpleMailMessage class providing simple and easy access to email message.
It's free for noncommercial use.
Author: www.lesnikowski.com| Date: 11-02-2006 | Size:
357 KB |
| |
- |
| |
Speller
License: Freeware
|
|
| |
Speller contains two components designed for Delphi: TSpellChecker and TSpellLanguageComboBox. TSpellChecker is a non-visual Delphi component designed to add spell check capability to any application. It uses ISpell dictionaries installed with "ISpell - LS-Distribution". You find it on my web site http://www.luziusschneider.com Additionally, TSpellChecker can use spell check dictionaries installed with MSOffice 95 or 97. For higher versions of MSOffice, only some languages will work. For easy choice of spell language, use TSpellLanguageComboBox. TSpellLanguageComboBox is a visual Delphi component designed to display a list of available spell dictionaries. It allows to select the active language used by a TSpellChecker, and is part of this package. Together with the spell check components, you will get some useful functions for Unicode handling declared on the installed Units. See help file for details. Speller includes all source code!
Author: Luzius Schneider| Date: 19-05-2005 | Size:
99 KB |
| |
- |
| |
Teroid Data Export Control
License: Freeware
|
|
| |
Teroid Data Export Control 1.0 is a .NET Windows Forms control providing a set of properties and methods for exporting ADO .NET data to Excel, a text file or an HTML. Column headings can be included, html tables can be formatted, and columns can be padded left or right to a set width with any character. All these properties can be set in code or by the user with the dialog boxes included with the control.
Author: Teroid Software Limited| Date: 08-09-2004 | Size:
119 KB |
| |
- |
| |
FusionCharts Free
License: Freeware
|
|
| |
FusionCharts Free is a flash charting component that can be used to render data-driven & animated charts for your web applications and presentations.
It is a cross-browser and cross-platform solution that can be used with ASP.NET, ASP, PHP, JSP, ColdFusion, Ruby on Rails, simple HTML pages or even PowerPoint Presentations to deliver interactive and powerful flash charts. You do NOT need to know anything about Flash to use FusionCharts. All you need to know is the language you're programming in.
Advantages of using FusionCharts Free:
- Animated Charts add a "wow" factor to your applications & presentations
- Interactive options that image based charting solutions cannot offer
- No installation hassles
- Easy to use
- Runs on a variety of platforms
- Reduces load on your servers
- A plethora of chart types possible.
- Easy yet powerful AJAX/JavaScript integration
- It's FREE to use.
FusionCharts Free supports the following chart types:
>> Single Series Charts:
>> Column 2D
>> Column 3D
>> Line
>> Pie 3D
>> Pie 2D
>> Bar
>> Area
>> Doughnut
>> Multi-series Charts:
>> Column 2D
>> Column 3D
>> Area
>> Line
>> Bar
>> Stacked Charts:
>> Column 3D
>> Column 2D
>> Bar 2D
>> Area
>> Combination Charts:
>> Column 3D + Line Dual Y
>> Column 2D + Line Dual Y
>> Financial Charts:
>> Candlestick
Author: InfoSoft Global (P) Ltd.| Date: 19-03-2007 | Size:
2764 KB |
| |
- |
| |
OstroSoft POP3 Component
License: Freeware
|
|
| |
COM library for Visual Basic 6, providing functionality to retrieve emails from mailserver (POP3).
Author: OstroSoft| Date: 26-06-2004 | Size:
48 KB |
| |
- |
| |
Teroid Data Print Control
License: Freeware
|
|
| |
Teroid Data Print Control 1.0 is a .NET Windows Forms control providing a set of properties and methods for printing ADO .NET data in a grid or as individual records. The data source can be a connection string, a Connection object, a DataSet object or a DataTable object, and the control includes page setup and print preview functionality.
Author: Teroid Software Limited| Date: 05-12-2004 | Size:
116 KB |
| |
- |
| |
PrintDialogEx
License: Freeware
|
|
| |
Print odd pages or even pages only!
PrintDialogEx contains an extended Print Dialog component for Delphi.
TPrintDialogEx displays a PrintDialog with an additional ComboBox to select:
- All Pages
- Odd Pages
- Even Pages.
PrintDialogEx includes all source code!
Author: Luzius Schneider| Date: 24-03-2004 | Size:
27 KB |
| |
- |
| |
WebEffects 1.0 for ASP.net
License: Freeware
|
|
| |
Add flare to you ASP.Net website with WebEffects! WebEffects is a totally FREE ASP.Net component. WebEffects provides several DHTML effects that can be used to add spice to any bland web page. WebEffects allows developers to concentrate on making good functional applications, and leaves the DHTML dirty work to itself.
WebEffects can be used in conjunction with our other package ASPXpand to make simply amazing web sites. ASPXpand also does DHTML work, however more aimed at form processing and creating a more Desktop type environment.
All of the effects provided by WebEffects can be accomplished with one line of code! Feel free to use WebEffects in any of your web applications totally FREE.
Author: Can't Be Done Software| Date: 25-04-2004 | Size:
991 KB |
| |
- |
| |
MoleZip
License: Freeware
|
|
| |
MoleZip is a freeware COM/ActiveX component providing software developer with following functions:
- create zip archive;
- add files to zip archive;
- extract files from archive.
MoleZip can be used in any development environment supporting MicroSoft COM technology, including MSVC, Visual Basic, Borland Delphi, VBScript and JavaScript languages.
Author: MoleStudio.com| Date: 22-06-2004 | Size:
57 KB |
| |
- |
| |
CryptoText
License: Freeware
|
|
| |
CryptoText is a COM encryption component written in ATL3.0 for Windows 9x, NT4.0 and Windows 2000/XP. It provides simple access to the CryptoAPI in Windows from Visual Basic, Visual C++ and scripting languages (eg ASP).
As well as being a standalone product CryptoText can be used with CryptoTextCE for the PocketPC / Windows CE platform to exchange encrypted data with handheld devices.
CryptoText encrypts the input text data, and converts the resulting binary encrypted form to a series of ASCII characters which are suitable for use in a SQL statement, or for storage in a text/.ini file. For example the text 'My Password' might become the text string '79978e13df1019826c16944fe1'. This type of conversion is necessary because certain characters are reserved and have special meanings in an SQL statement, and by default the Windows CryptoAPI functions will take binary input data (your text) and map each of the characters to a binary number in the range 0 - 255. The simplest solution, although somewhat wasteful of space, is to convert the binary number into a string representation of the equivalent hex number, guaranteeing that only the characters 0-9 and a-f will be present.
Author: | Date: 31-10-2003 | Size:
46 KB |
| |
- |
| |
Active Query Builder Free Edition
License: Freeware
|
|
| |
Active Query Builder is a query builder component suite that allows your end-users to build complex SQL queries via an intuitive visual interface. It differs from other query builders by its powerful SQL parser that correctly handles SQL queries containing multiple nested joins and other fine points of SQL syntax. Another feature is the powerful graphical engine that allows you to build queries involving unions and sub-queries.
The interface of Active Query Builder is similar to either MS-Access or SQL Server visual query construction interface, but is much more powerful compared to other similar components. The unique features of Active Query Builder for Delphi such as the ability to build queries with unions and subqueries make it the best solution for professional developers.
Active Query Builder supports Oracle, SQL Server, MS Access, MySQL, PostgreSQL, InterBase, Informix and many other SQL dialects. The sophisticated Active SQL parser can translate any valid SQL statement into it's visual representation.
The component may be integrated into your application with just a few lines of code. Unlike many other query building solutions, Active Query Builder does not force the programmer to use the embedded data grid, SQL editor or anything else. Instead, it allows you to integrate any accompanying tools into your application as quickly and easily as possible. The product is shipped with detailed help system and a demo application to help you quickly master the product.
There are two editions available: the Standard Edition and the Free Edition. The Free Edition is fully functional, but supports only the ANSI-92 SQL dialect.
Author: Active Database Software| Date: 07-08-2006 | Size:
805 KB |
| |
- |
| |
uuIE
License: Freeware
|
|
| |
uuIE is IE Browser component. Use the same Trident with Internet Explorer, so has same view with Internet Explorer. uuIE is developed as MiniIE, for show Web page in clear and succinct.
As be shown OnTop, can't be hidden by other windows. While minimized become icon button, not disturb other windows.
If want show news, weather forecast, flash games, and others in small window, Please Select uuIE.
(as part of uuAssistant. uuIE is first come with uuAssistant. Then next uuIE can also run as single. but the uuIE in uuAssistant is with more function like password protection, auto run with window's startup and others. If you like uuIE, I suggest you try uuAssistant.)
1, simple, clear and succinct. almost need't others space more than the showing Web page. And always OnTop, be convenient to access it.
2, Need not install, can run it after download.
3, Use the same favorites with Internet Explorer, and can add to or manage it.
4, uuIE is Multilanguage. Now with English (United States), Japanese (Japan), Chinese (PRC), Chinese (Taiwan).
Also you can add others language(need download source of uuIE and modify lang.ini file and put it to directory of Lang of uuIE).
5, uuIE is released with source code(for uuIE is used of framework of ccProc,and with no plan on provide source of ccProc, so I'm sorry that you can't compile it).
Author: uuware.com| Date: 5-91-2008 | Size:
106 KB |
| |
- |
| |
Outlook Mp3 Player
License: Freeware
|
|
| |
The Reminder of Microsoft Outlook can play only wav-file alarms. This Outlook Add-In component allow to play as alarms any music and video files ( mp3, mpg, avi, etc. ), open any document ( doc, rtf, txt, etc. ) or run any executable program (com, exe, bat, etc.). Choose any file of any type using the standard Outlook Tasks Parameters Form and it will be played, opened or run according due.
Author: Brigsoft| Date: 10-07-2004 | Size:
348 KB |
| |
- |
| |
dhtmlxToolbar
License: Freeware
|
|
| |
dhtmlxToolbar allows to build a user friendly interface for a web application.
dhtmlxToolbar is an advanced JavaScript navigation component that enables to create an attractive vertical or horizontal DHTML toolbar within minutes. It's flexible, powerful, lightweight and easy to use.
You can freely define its visual appearance and complexity by simply changing parameters (color, font, borders, padding, position, background images and more). Dynamical loading from XML gives an opportunity to change DHTML toolbar completely without reloading. This Javascript toolbar supports several buttons types (image, image with text, select box).
You don't have to care about the browser compatibility problems. dhtmlxToolbar works perfectly in all main Web-browsers (IE, Mozilla, FireFox, MacOS X Safari, Opera).
Having great feature set, wide variety of options, flexibility, cross-browser compatibility, powerful JavaScript API allows this Javascript component to create superior DHTML toolbar.
Author: Scand| Date: 13-05-2005 | Size:
49 KB |
| |
- |
| |
Proforma
License: Freeware
|
|
| |
Proforma enables you to process credit card transactions in a customer-not-present environment. This is ideal for businesses that take orders via mail, phone or by email. The software is completely open source, and is available as a stand-alone program, webpage-based or component based.
No merchant account is required, nor is there any setup fee or monthly charges. For full details visit <a href="http://www.webtropy.com">www.Webtropy.com</a>
Funds are held for 30 days to protect against chargebacks. Repayments are made as either euro or sterling cheque. All transactions are subject to charges as detailed at the webtropy.com website. "WP WEBTROPY" will appear on the card holder's statement.
Author: F Reid| Date: 09-01-2003 | Size:
2963 KB |
| |
- |
| |
2X SecureRDP for Terminal Services
License: Freeware
|
|
| |
Accept / Deny incoming RDP connections by IP, Mac address, computer name and more
2X SecureRDP for Windows Terminal Services dramatically increases the security of your terminal servers by accepting or denying incoming RDP connections by IP, Mac address, computer name, client version or based on time of day.
This way the logon screen will only be displayed if the connection is established from particular IPs or from particular machines. Computers that do not meet the filter restrictions don't get to see the logon screen and won't get to try a brute force logon!
2X SecureRDP for Windows Terminal Services is an ideal tool to secure remote windows web servers which you are managing via Terminal services - Remote administration.
2X SecureRDP for Windows Terminal Services works with Windows 2000 or Windows 2003 Terminal Services and does not require a client component. Servers running either in Remote Administration or Application Server mode are supported.
2X SecureRDP for Windows Terminal Services is freeware!
Author: 2X| Date: 07-11-2005 | Size:
1372 KB |
| |
- |
| |
Report Sharp-Shooter Express
License: Freeware
|
|
| |
Report Sharp-Shooter Express is the first, free reporting engine of such high class. The component is designed for .NET Framework 1.1 and 2.0 and provides vast capabilities for designing professional and multi-functional reports in Windows Forms applications. The product supports all .NET data sources including ADO.NET and third parties business objects. It is also possible to use multiple data sources in a single report.
Using Report Sharp-Shooter Express, you can easily solve the problem of various report designs in minutes. The intuitive report wizard allows the creation of complex reports with just a few mouse clicks. A developer can design parameterized and side-by-side reports, reports with unlimited number of master-detail relations, columns, crosses, etc. Moreover, an advanced Master Report concept helps to save time while developing a large number of reports with the unified layout. Just create a template containing all recurring elements and use it as a template in further report design.
Report Sharp-Shooter Express includes the Windows Forms viewer component enabling you to print out a document at any time.
The open plug-in architecture of the product guarantees its easy integration into other projects; it also enables you to add new functionality.
Rendering in Report Sharp-Shooter is fully customizable. Using C# and VB scripting with full access to all .NET capabilities, it is possible to keep the report rendering process under full control.
In addition you can freely distribute Report Sharp-Shooter Express within your applications.
Author: Perpetuum Software| Date: 10-10-2006 | Size:
32541 KB |
| |
- |
| |
GradeLog Lite
License: Freeware
|
|
| |
GradeLog is designed to be intuitive and easy to use. With the interface you can create grading components assigned to a weight between 0 and 100 percent. In addition GradeLog allows you to enter data by voice with no annoying training problems. With GradeLog you can calculate letter and GPA grades based on raw percentage scores or T-Scores, Track attendance, create and edit HTML reports, The component grading system allows versatility and creativity in control of your grades. A component can represent anything.
* Calculates all values with no user intervention
* Voiced data entry (requires Deluxe version)
* Attendance tracking (requires Deluxe version)
* Student Notes (requires Deluxe version)
* Class Schedule Tool (requires Deluxe version)
* Student Reports
Save each report as HTML (requires Deluxe version)
Edit each report as HTML (requires Deluxe version)
* Advanced gradebook printing allows you to save and edit each gradebook as an html file (requires Deluxe version)
* The look and feel of the main window can be completely customized. (requires Deluxe version)
* Edit background pictures, fonts, font colors, font alignment, picture alignment, and background colors for Buttons, Labels, Datacells and Background
* Edit size for Fonts, Buttons and DataCells
* Save and load customized schemes for the look and feel of the main window
* Quick Chart
2D line, 3D line
2D bar, 3D bar
2D pie
2D area, 3D area
2D step, 3D step
* T-Scores
* Email grade reports to students or parents with the click of a button
* GPA and Letter grades based on raw percentage score or T-score
* Sliding GPA and Letter grade scale or edit individually
* Copy and paste to and from Excel (GradeCam users!)
* Sort by student's first or last name
* No hassle interface, save all your settings in each grade book file you create
Author: GradeLog| Date: 14-03-2005 | Size:
4656 KB |
| |
- |
| |
ActiveWidgets Grid (Free Edition)
License: Freeware
|
|
| |
Make your most demanding users happy with the fast and reliable cross-browser data grid component. Complete with fixed headers, client-side sorting, resizable columns, images, tooltips and a lot more - the grid widget will save you weeks of JavaScript/DHTML/CSS/XML programming. Professional design, well documented source code, tutorial, API reference, examples, active support community. All that for free (GPL).
Author: ActiveWidgets Ltd.| Date: 18-05-2004 | Size:
337 KB |
| |
- |
| |
XemiComputers
License: Freeware
|
|
| |
See internet screen saver technology in action! Download and install our company's internet screen saver now. When started, it will download its component files and show you the latest information about our programs.
Author: XemiComputers Ltd.| Date: 14-08-2002 | Size:
254 KB |
| |
- |
| |
DB3NF - Rapid Web Application Development platform
License: Freeware
|
|
| |
DB3NF is a Rapid Web Application Development platform (RAD) designed for fast and easy creation of high performance, maintainable and scalable Web applications of virtually any kind. It also dramatically reduces development and QA time and provides a consistent look and feel throughout the application.
DB3NF consists of six main parts ordered as they appear in the development process:
DB3NF Administration console. It allows creating and maintaining application schema and business rules. It also provides application administration and deployment.
"Schema" database. Schema database structure is fixed and the data is manipulated by the Administration Console. It defines and stores application structure, business rules and basic presentation rules. This database contains a set of deployment stored procedures. They read data from the Schema database and automatically create in the target ("Data") database a third normal form table structure with all necessary tables, primary, check and foreign key constraints, indexes and stored procedures.
"Data" database. This database is created automatically and its structure depends on the application schema.
Stored procedures are created automatically by the "Schema" database procedures. No development work is required to create and modify them when application schema changes. DB3NF component "talks" to the "Data" database exclusively through these optimized stored procedures, which provides for high performance of the DB3NF platform.
DB3NF component. The component is completely generic and integrates seamlessly with both databases. No design work is required after application schema is created and deployed. DB3NF automatically "learns" application schema and rules when application starts. The component employs various caching techniques and is extremely fast and efficient.
The ASP code in DB3NF is very simple and straightforward. It is easy to write and maintain.
Author: Nick Simonov| Date: 25-02-2002 | Size:
1581 KB |
| |
- |
| |
myLittleAdmin
License: Freeware
|
|
| |
myLittleAdmin is a web-based MS SQL and MSDE database administration tool. This new version offers a new skinnable interface and a lot of great new features, such as user levels, multi-databases support or SQL script generation. A lite version is available for free so that you can test it in your own environment. Use myLittleAdmin and do through a browser almost everything you did before with Enterprise Manager.
Author: myLittleTools.net| Date: 02-06-2003 | Size:
154 KB |
| |
- |
| |
PADbased_UpdateChecker
License: Freeware
|
|
| |
PAD is a new submission standard for programmers to present their software information to software publishers and journalists. but PAD is much more functional. The PADbased_UpdateChecker scrutinizes all PAD-based programs for the latest updates and can be compaired with harddisc versions. If an update exists it can be downloaded with one mouseclick only. The user may include any PAD-based program to the list or remove unwanted entries.
Author: Detlev Schaefer| Date: 12-09-2000 | Size:
98 KB |
| |
- |
| |
ESBTools for RAVE
License: Freeware
|
|
| |
ESBTools for RAVE v1.2 is an add-on for Nevrona RAVE that supplies the following:
Calculator Property Editor - When you have a Property that is a Float, then you will be able to bring up the ESBPCS Calculator - a full featured Scientific Calculator with Memory.
Coloured Number DataText Component - This allows you a DataText that has the following abilities:
a) Set Different Colour of Values that are Positive and Negative.
b) Allow Blank when "Zero"
c) Change the "Zero" position via the property CutOff
d) Change the Tolerance used.
e) Null Handling
Delphi source included. ESBPCS required to recompile, though recompile not necessary for use with apps.
Support for Rave 5.08BE (included with Delphi 7) as well as Rave 5.13 BEX/SE (Commercial versions) is included.
Author: ESB Consultancy| Date: 15-06-2004 | Size:
679 KB |
| |
- |
| 1 | 2 | 3 | 4 | 5 |
|
|
Universal
Explorer
Powerful windows
explorer file
manager and viewer.

Disk
Size Manager
Analyses
hard disk space and collects statistics.

Web
Data Extractor
Email
marketing
software to extract specific contact.

ListMotor
Email
List Manager, operates with email stored in simple text files or csv
files.
|