|
|
Freeware: .net Component
| |
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 |
| |
- |
| |
CryptoTextCE
License: Freeware
|
|
| |
CryptoTextCE is an ActiveX / COM component written in ATLCE for the PocketPC. It provides simple access to the CryptoAPI in Windows CE from embedded Visual Basic and embedded Visual C++.
CryptoTextCE is a companion product to CryptoText for the desktop, and data encrypted on the PocketPC using CryptoTextCE can be decrypted on Windows NT/9x using CryptoText and vice versa. If you are collecting sensitive data on a PocketPC device and transferring it to a destop PC or server using SQL Server CE or some other form of file based synchronisation, you can use CryptoTextCE to encrypt the data before transfer and CryptoText to decrypt it again on the server.
As with CryptoText, CryptoTextCE encrypts the input text data and converts the resulting binary data to a series of characters which are suitable for use in a SQL statement, or for storage in a text/.ini file. The additional step performed by CryptoTextCE is the optional conversion from a UNICODE string to an ANSI string before encryption. This addresses the issue that all strings in eVB for the PocketPC are held as two byte UNICODE characters internally. If you are not making used of the extended character sets available with UNICODE the conversion to ANSI reduces the size of the encrypted data, and increases compatability with desktop Windows operating systems.
Author: | Date: 31-10-2003 | Size:
280 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 |
| |
- |
| |
WebCab TA (J2SE Community Edition)
License: Freeware
|
|
| |
100% Free Java API providing a collection of technical indicators which can be used in the construction of technical trading systems. Moreover, by using these methods with our JDBC mediator you will be able to iteratively apply these indicators to historical data stored within a DBMS. Includes detailed PDF technical documentation, CHM class library documentation and client examples.
Within this J2EE Application we have implemented the following functionality:
Technical Indicators
- Moving Averages - Simple, Median, Geometric Moving Averages,etc
- Directional Movement Indicator (DMI) and Average Directional Movement Indicator (ADX)
- Accumulation/Distribution
- Trend or Range?
- Market Strength
- Oscillators
- Bollinger Bands
- Mean Reversion
- Stochastics : (fast and slow)
Filters - Typical and Median price
This product also contains the following features:
GUI Bundle - we bundle a suite of graphical user interface JavaBean components allowing the developer to plug-in a wide range of GUI functionality (including charts/graphs) into their client applications.
JDBC Mediator - A J2SE Component which mediates between a J2SE component, its J2SE Clients and the Database server. The JDBC Mediator J2SE classes are a convenient way of enhancing all financial and mathematical specific methods with JDBC-based functionality. Check the jdbc subpackage of every J2SE class for JavaDocs documentation.
Web Application Example - A Java WAR file which contains a JSP example that makes use of the functionality provided by our J2SE Component.
Synthetic JDBC - The JDBC functionality provided by the Web Application example included within this package. This Web Application is an example of how to make a JSP client using our J2SE Component while manually implementing the JDBC code. The JSP Application applies J2SE methods to certain rows from the database and lists the output in HTML format.
Author: WebCab Components| Date: 05-10-2004 | Size:
6101 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 |
| |
- |
| |
DipTrace Free
License: Freeware
|
|
| |
DipTrace is an advanced PCB design software application that consists of 4 modules: PCB Layout with efficient auto-router, Schematic Capture, Component and Pattern Editors that allow you to design your own component libraries. Besides being very simple to learn, this software has a very intuitive user interface and many innovative features. For instance, a schematic can be converted to a PCB with one mouse click. Advanced manual placement and auto-placement features allow to get acceptable placement in several minutes. The board designer can instantly renew the PCB from an updated version of schematic and keep all previous work without changes. PCB and Schematic can be compared at any design stage to ensure they are identical. DipTrace has a powerful automatic router. It can route a single layer and multilayer circuit boards, and there is an option to autoroute a single layer board with jumper wires, if required. DipTrace also provides you with external autorouter support. Smart manual routing tools allow users to finalize the design and to get the results they want in a blink of an eye. Accurate shape-based copper pour system with different possible fill types and thermals can be used to make planes or to reduce manufacturing costs. Other important features are Electrical Rule Check (ERC), Design Rule Check (DRC) and Net Connectivity Check - the functions that check connections in Schematic by different rules (pin type, short circuit, etc.), the clearance between layout objects, which ensures board accuracy, and connectivity of all nets not depending on how they are connected (with traces, thermals or shapes). DipTrace modules allow you to exchange schematics, layouts and libraries with other EDA and CAD packages. DipTrace Schematic Capture and PCB Layout also support popular netlist formats and spice. Output formats are DXF, Gerber, Drill and G-code. Standard libraries include 50.000+ components.
Author: Novarm, Ltd.| Date: 06-03-2007 | Size:
29988 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 |
| |
- |
| |
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 |
| |
- |
| |
WebCab TA for Delphi (Community Edition)
License: Freeware
|
|
| |
100% Free Delphi Component providing a collection of technical indicators which can be used in the construction of technical trading systems. Moreover, by using these methods with our ADO mediator you will be able to iteratively apply these indicators to historical data stored within a DBMS.
Within this Delphi Component we have implemented the following functionality:
Technical Indicators
Moving Averages - Simple, Median, Geometric Moving Averages, Linearly Weighted Moving Average (LWMA), Exponentially Weighted Moving Average (EWMA), Variable Moving Average (VMA)
Directional Movement Indicator (DMI) and Average Directional Movement Indicator (ADX) - Directional Movement (PDM, MDM), True Range (TR), DMI Trading System, Directional Indicators (DX, ADX)
Accumulation/Distribution - Accumulation/Distribution Indicator, Chaikin Oscillator, Chaikin Money Flow (CMF)
Trend or Range? - Aroon Up/Down, Aroon Oscillator
Market Strength - Balance of Power (BOP)
Oscillators - Money Flow Index (MFI), Momentum, Rate of Change (ROC)
Bollinger Bands - Upper and Lower Bollinger Bands
Mean Reversion - Commodity Channel Index (CCI)
Stochastics - (fast and slow)
Filters - Typical and Median price
This product also has the following feature:
Client Examples - A range of Delphi for .NET, and C# Delphi projects
ADO Mediator - The ADO Mediator assists the .NET developer in writing DBMS enabled applications by transparently combining the financial and mathematical functionality of our .NET components with the ADO.NET Database Connectivity model.
ASP.NET Web Application Examples - We provide an ASP.NET Web Application example which enables you to quickly test the functionality within this .NET Service.
ASP.NET Examples with Synthetic ADO.NET - we use a ASP.NET service to perform component calculations on SQL database columns from a remote DBMS. We apply a component's function to certain rows from the database and list the output in HTML format.
Author: WebCab Components| Date: 05-10-2004 | Size:
2089 KB |
| |
- |
| |
XYGraph
License: Freeware
|
|
| |
XYGraph is a native .NET charting component showing data in a cartesian graph (X,Y). Controls from componentXtra gives royalty free software integration. Both the free and purchased products includes sample code (VB and C#).
Author: componentXtra| Date: 04-10-2004 | Size:
390 KB |
| |
- |
| |
Balmsoft Polyglot
License: Freeware
|
|
| |
Balmsoft Polyglot contains components for localization your Delphi application.
It contains IDE extension for generation files with localizable items and components
for applying files with localization. You can translate any localizable property in your
application and even your end users can localize your application to their language.
Key features
* Easy-to-start - just place component and provide a couple of properties;
* Wizard for generation and update translation files;
* Easy to use translation format;
* Special symbols support;
* Collections support;
* TStrings support;
* Resourcestrings support;
* Flexible filtering capabilities for translation files generation;
* Switching between languages in run-time;
* Detailed documentation;
Author: Maksym Markov| Date: 29-10-2003 | Size:
968 KB |
| |
- |
| |
EmbeddedWB - Embedded Web Browser
License: Freeware
|
|
| |
bsalsa productions develop freeware solutions for users and programmers under "Borland Delphi" with "Microsoft Windows" OS. Our main product is the Embedded Web Browser component package. Most of its components were originally developed by Per Lindsø Larsen.
Our package gives you a complete solution to develop and control Internet based application. It allow you to create a customized Web browsing application, add Internet, file and network browsing, document viewing, and data downloading capabilities to your applications
In the package there are many component that answer the needs of the programmer from Internet web browsers, to applications web updating.
The components support all Borland Delphi versions from D5 to D2006 and we update our components often on a weekly basis.
Our guiding line is easy use and implementation so, all the components are under one tab and the code implementation in with one line of code! In the package, we included a full featured demos so that programmers can easily understand "how to do what".
Our major goal are:
Fast.
Handy.
Small.
Freeware.
Author: bsalsa productions| Date: 14-11-2006 | Size:
1210 KB |
| |
- |
| |
Aspose.WebEffects
License: Freeware
|
|
| |
Aspose.WebEffects is a totally FREE ASP.Net component that enables developers to Add flare to you ASP.Net website;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. We do ask that you take time to simply look at the live demo of ASPXpand while you are here... That's all. 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: Aspose Pty Ltd| Date: 29-11-2004 | Size:
1191 KB |
| |
- |
| |
Trustix Enterprise Firewall
License: Freeware
|
|
| |
Trustix Enterprise Firewall - world's first WYSIWYG Firewall, protects assets and business transactions by ensuring fast, secure connections with the Internet and networks. It enables fast, controlled connectivity, providing strong protection against unwanted intrusion without slowing the flow of approved traffic. Supports businesses with highly sophisticated networks and also those just requiring basic email, Web browsing. An essential security component for today's ebusiness environment.
Some Features:
* Visualise DMZs - drag and drop security policy deployment
* Integrate branch offices with 3DES encrypted VPN tunnels
* Accelerate internet access times with proxy caching server
* Authenticate remote workers with PKI X.509 certificates
* Ensure high availability with fault tolerant automatic failover
Author: Trustix| Date: 16-08-2005 | Size:
438774 KB |
| |
- |
| |
Cromas xml menu
License: Freeware
|
|
| |
Easy to use flash menu, does not require flash to be used, only the "player" plugin that is installed on any web browser, easy to use, just insert the swf file in a web page and edit the xml file that comes with the menu, by editing the config XML file you can set the buttons text, the number of buttons, url to open, target frame, button colors, text color, custom cursor on/off and cursor color.
Author: adrianTNT| Date: 20-01-2004 | Size:
23 KB |
| |
- |
| |
Chilkat XML Messaging
License: Freeware
|
|
| |
Makes adding peer-to-peer XML messaging to your distributed applications easy. Integrates with Chilkat SSL, Chilkat Real-Time Compression, and Chilkat Crypt for automatic compression and security.
Send and receive XML messages.
Integrates with Chilkat SSL for secure messaging over SSLv3 or TLSv1.
Integrates with Chilkat Crypt for automatic encryption and decryption of messages using the Rijndael, Twofish, or Blowfish symmetric encryption algorithms.
Integrates with the Chilkat Real-Time Compression component for automatic compression and decompression of messages.
Send and receive binary or text messages using CkData. The CkData component is handy for loading/saving data to files, accessing as binary, strings (with or without line-endings translated), Base64, Quoted-Printable, compressed, encrypted, etc.
Send and receive raw binary data at the socket level if desired.
Author: Matt Fausey| Date: 04-03-2002 | Size:
1000 KB |
| |
- |
| |
BrowserObject .NET Control Free Edition
License: Freeware
|
|
| |
BrowserObject is a server component detecting Web Browser capabilities such as supported technologies and version that is running on the clients. It performs browser detection to retrieve Web Browser name, version, JavaScript, Plug ins, screen resolution, IP address, cookies, language, client time and many more in real time in the Web server. The detection features of BrowserObject .NET Control Free Edition are Session Cache, Browser Name, Search Engine Crawler, Email Crawler, Alpha Version, Beta Version, Background Sound, Authenticode Update, Character Height Available, Character Width Available, Banned User Agent, Netscape Gold, Syndication Reader, Mouse Over, CDF Supported, PNG Supported, Font Size Supported, IP Address, URL Referrer, Win16, Win32, Win64, Gecko ActiveX Supported.
Author: BrowserObject.com| Date: 01-11-2008 | Size:
2001 KB |
| |
- |
| |
Test My Hardware
License: Freeware
|
|
| |
Test My Hardware - This free software is a simple system information and diagnostics utility that provides detailed information about all your hardware component, such as your CPU, memory, operating system, power source. Its simple interface provides an organized overview of all the available information.
Author: http://www.testmyhardware.com| Date: 07-09-2006 | Size:
1078 KB |
| |
- |
| |
Example Collection for Vivid Report
License: Freeware
|
|
| |
Example Collection for Vivid Report 2.0 contains full source codes of ten applications, which will help to use Vivid Report in Your projects.
This collection includes following examples:
2DTable - shows how to create the 2D tables, for which at design time, amount of rows and columns is unknown;
AddrLabs - application to print address labels from the address database;
Biolife - shows how to create various variants of the reports from database;
CalendarMaker - application for designing and printing of calendars for any year;
Envelopes - application for designing and printing of envelopes from the address database;
Mastdet - demonstrates how to create the master/detail reports with the PDF417 barcodes from database;
MultiLevelHeader - shows how to create reports containing tables with the multi-level headers;
PrnInForm - shows how to make the print in the standard paper forms;
Prnplot - demonstrates how to print the some mathematical curves;
Prntext - application for loading and printing of the RTF files.
Author: Nikolay Antonov| Date: 01-12-2003 | Size:
885 KB |
| |
- |
| |
NetColor OCX
License: Freeware
|
|
| |
April16 has released NetColor OCX, a control for visual basic which makes converting different color formats easy. Primarily aimed at those designing web design, paint or editor applications, NetColor OCX will make a useful addition to your VB toolbox and best of all it is totally free.
Author: April16 ActiveX Components| Date: 02-09-2002 | Size:
10 KB |
| |
- |
| |
Nvidia Forceware Drivers (Windows 2000/XP) 56.64 WHQL Certified
License: Freeware
|
|
| |
Release Highlights: Adds support for GeForce 5700 and GeForce 5700 UltraMicrosoft« DirectX« 9 and OpenGL« 1.5 supportSupports application profiles for custom image quality and performance modes for all of your applications and games.NVIDIA nView 3.5 Multi-display technologyAdvanced Microsoft« Internet Explorer« popup blocker Industries only Display Gridlines technologyImproved HDTV Y Pr Pb component out support for 480i, 480p, 720p, and 1080i formats**For a complete list of compatibility fixes please consult the v56.64 Release Notes below * While this driver is not WHQL certified on TNT2, GeForce 256, GeForce2 GTS/Pro/Ti, and GeForce3 graphics boards, it will install and function correctly. ** HDTV Y Pr Pb component out requires compatible hardware. Please consult your graphics board manufacturer to find out if your product supports it. Before starting this driver installation we suggest you make sure you are installing the latest driver version available. Follow readme instructions/help file for installing drivers when available. Sometimes you need to restart your system for the new installed driver to become active. You can install this driver with the following operating system: Windows 2000/XP
Author: Nvidia| Date: 15-03-2004 | Size:
50 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 |
| |
- |
| |
Needle Gauge
License: Freeware
|
|
| |
Teroid Needle Gauge is a .NET control providing on-screen display of numerical data in a way that is quick and easy for users to understand, and provides an alternative to displaying such data in a text box, progress bar etc. All aspects of the control's behaviour and appearance can be set using it's properties, making the control highly versatile and adaptable.
Author: | Date: 20-08-2003 | Size:
107 KB |
| |
- |
| |
MSCExec for Windows
License: Freeware
|
|
| |
MSCExec allows you to call OS command or launch an application right from your script. You can set parameters for the call and check results.
Author: Miraplacid| Date: 08-01-2003 | Size:
57 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.
|