Bookmark this site
Search for software:    

Home Products Featured Top Rated Our Picks New Stuff Top 100 Submit Advertise About

Category:  Development :: Components & Libraries Sort by:   Date     Title     Size     Author  

Matches:  434 First     Previous       Page 22 of 22       Next     Last


DC Help Authority 1.0 EgyFirst Software , inc
Description: Help Authority is a COM based component that allows you to assign a sensitive help for every control in within your form or even every column in your grid
Rating: Not rated yet. Platform: Win98,WinME,WinXP,WinNT 4.x,Windows2000 Category: Development :: Components & Libraries
Type: Shareware Cost: $39.00 US Size: 1058 K Released: 2004-02-04 00:00:00
Download: http://www.mygoldensoft.com/download/help_authority.exe

DC ReturnKey Enable 1.0 EgyFirst Software , inc
Description: ReturnKey Enable is a COM based component that enables you navigate through form controls using Retun key as with Tab Key
Rating: Not rated yet. Platform: Win98,WinME,WinXP,WinNT 4.x,Windows2000 Category: Development :: Components & Libraries
Type: Shareware Cost: $10.00 US Size: 894 K Released: 2004-02-04 00:00:00
Download: http://www.mygoldensoft.com/download/return_key_enable.exe

DC Data Manger 2.00 EgyFirst Software, inc.
Description: DC Data Manger lets you navigate and manipulate your database records any way you want. This program is essentially a beefed-up version of DC Binding Recordset , Forget about coding the hard way - with Data Manger, you can add, save, delete, or edit data using only simple codes.
Rating: Not rated yet. Platform: Win98,WinME,WinNT 3.x,WinNT 4.x,WinXP,Windows2000,Windows2003 Category: Development :: Components & Libraries
Type: Shareware Cost: $99.00 US Size: 1426 K Released: 2004-02-04 00:00:00
Download: http://www.mygoldensoft.com/download/data_manger.exe

EaseSoft ASP.NET Barcode Control 3.5.0 EaseSoft Inc.
Description: EaseSoft Linear Barcode ASP.NET Web ServerControls use its internal HttpHandler to transfer barcode images directly to the client without any temporary files.It is the most efficient method to generate the barcodes dynamically.it supports symbologies including Code 39, Extended Code 39, Code 128, UCC/EAN-128,Industrial 2 of 5 Planet, Interleaved 2 of 5,Codabar, UPC A,UPC E, EAN 13, EAN 8,BOOKLAND,MSI, Code 11, Code 93.
Rating: Not rated yet. Platform: WinME,Windows2000,WinXP,Windows CE Category: Development :: Components & Libraries
Type: Shareware Cost: $499.00 US Size: 361 K Released: 2004-01-01 00:00:00
Download: http://www.easesoft.net/download/easewebcontrol.zip

EaseSoft Barcode .Net Control 3.5.0 EaseSoft Inc.
Description: EaseSoft Linear Barcode .Net Windows Forms Control is 100% managed C# code product which can add professional quality barcode image to your windows application .You can save the barcode as different image format files (BMP,EMF,GIF,JPEG,PNG,TIFF,WMF). It is easy to print barcode using the PrintDocument Control provided by the .Net Framework and easy to input special character using tilde codes.
Rating: Not rated yet. Platform: WinME,Windows2000,WinXP,Windows CE Category: Development :: Components & Libraries
Type: Shareware Cost: $399.00 US Size: 376 K Released: 2004-01-01 00:00:00
Download: http://www.easesoft.net/download/easewincontrol.zip

COMM-DRV/Lib Standard Edition 19.0 WCSC (Willies Computer Software Co)
Description: Professional serial communication library - DLL for Windows & MSDOS libraries. Supports ZModem, YModem, XModem file transfer protocols, Hayes compatible modems, Microsoft Visual C/C++, Borland C/C++, Access, Visual Basic, Professional Basic, QuickBasic, & all tools that can call DLLs. Supports any number of ports running concurrently & any device that has a Windows serial communication driver (multiport card, USB - serial hubs, modems, PCMCIA).
Rating: Not rated yet. Platform: Win 3.1x,Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003,MS- Category: Development :: Components & Libraries
Type: Demo Cost: $99.95 US Size: 9033 K Released: 2003-11-10 00:00:00
Download: http://www.wcscnet.com/ftp/demo/cdrvl190.exe

Virtual Serial Ports Driver XP 4.0 ELTIMA Software GmbH
Description: Using Virtual Serial Ports Driver XP you can create any number of virtual serial COM ports in your system which will be virtually connected to each other via virtual null-modem cable. For other Windows applications, virtual serial port pair will be seen exactly as two real serial ports connected via null-modem cable. You can transfer files, exchange data or do whatever you want as they were real serial ports.
Rating: Not rated yet. Platform: Win95,Win98,WinME,WinXP,WinNT 4.x,Windows2000 Category: Development :: Components & Libraries
Type: Shareware Cost: $111.95 US Size: 1576 K Released: 2003-09-10 00:00:00
Download: http://www.virtualserialport.com/download/vspdxp.exe

TIFF Page Counter COM Component 1.00 Traction Software
Description: The com component will quickly tell you how many pages are in a tiff file, ideal for web sites that serve tiff content. Example .asp code included simple ASP example of usage:- Set Obj = Server.CreateObject("TIFFPAGECOUNTCOM.CTIFFPageCount.1") dim pages pages = Obj.GetPages("C:\yourtif.tif" )
Rating: Not rated yet. Platform: Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 Category: Development :: Components & Libraries
Type: Shareware Cost: $59.95 US Size: 1165 K Released: 2003-07-30 00:00:00
Download: http://www.traction-software.co.uk/downloads/TiffPC.zip

MD5 Com Component 1.00 Traction Software
Description: The MD5 Com Component creates an RFC1321 compliant MD5 string from a string of text or file content, The MD5 algorithm takes as input a string of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input string. It is conjectured that it is computationally infeasible to produce two messages having the same message digest, or to produce any message having a given prespecified target message digest.
Rating: Not rated yet. Platform: Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 Category: Development :: Components & Libraries
Type: Shareware Cost: $39.95 US Size: 1554 K Released: 2003-07-21 00:00:00
Download: http://www.traction-software.co.uk/downloads/md5.zip

Folder Size COM Component 1.00 Traction Software
Description: The com component will quickly tell you how much disk space a folder is taking up, this also includes subfolders under the root folder, ideal for web sites that serve document/image content. Example .asp code included simple ASP example of usage:- Set Obj = Server.CreateObject("GETFOLDERSIZE.GetSize.1") dim sz, files, folders sz = Obj.GetSize("c:\inetpub\" ) files = Obj.files folders = Obj.folders
Rating: Not rated yet. Platform: Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 Category: Development :: Components & Libraries
Type: Shareware Cost: $49.95 US Size: 933 K Released: 2003-03-09 00:00:00
Download: http://www.traction-software.co.uk/downloads/FolderSize.zip

Window Image Capture 1.000 Dragonfly Automation Software
Description: Develop your own window image capture tools to capture any active window or inactive window ( hidden windows or background windows) image and save it to the BMP file or JPEG file. The most powerful feature is capability to capture the background window image even the window is invisible.
Rating: Not rated yet. Platform: Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000 Category: Development :: Components & Libraries
Type: Demo Cost: $39.00 US Size: 936 K Released: 2003-01-18 00:00:00
Download: http://www.dragonflydas.com/Trial/ScrnCptSetup.exe


wodSFTP.NET 3.2.2 WeOnlyDo Software
Description: The Secure File Transfer Protocol provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol. wodSFTP.NET is a dotnet implemenation of client side of this protocol which is reliable and easy to use. SFTP protocol is designed to provide primarily file transfer, but also more general file system access on the remote server - in secure manner.
Rating: Not rated yet. Platform: Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000,Windows2003,Windows Vista Starter, Category: Development :: Components & Libraries
Type: Shareware Cost: $209.00 US Size: 2284 K Released: 2002-04-14 00:00:00
Download: http://www.weonlydo.com/Samples/wodSFTP.NET.msi

wodSSH.NET 2.2.8 WeOnlyDo Software
Description: Client component for MS.NET framework that provides support for communication with remote console-type services. It allows you to communicate encrypted (and secured) with SSH1 and SSH2 servers, as well to Telnet servers (using Telnet protocol that is NOT encrypted). Tthe SSH transport layer is a secure low level transport protocol. It provides strong encryption, cryptographic host authentication, and integrity protection
Rating: Not rated yet. Platform: Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000,Windows2003,Windows Vista Starter, Category: Development :: Components & Libraries
Type: Shareware Cost: $199.00 US Size: 1802 K Released: 2002-04-14 00:00:00
Download: http://www.weonlydo.com/Samples/wodSSH.NET.msi

wodSFTPdll 3.2.1 WeOnlyDo Software
Description: The Secure File Transfer Protocol provides secure file transfer functionality over any reliable data stream, SSH in this case. It is the standard file transfer protocol for use with the SSH2 protocol. wodSFTPdll library implements client side of this protocol which is reliable and easy to use
Rating: Not rated yet. Platform: Win95,Win98,WinME,WinNT 4.x,WinXP,Windows2000,Windows2003,Windows Vista Starter, Category: Development :: Components & Libraries
Type: Shareware Cost: $209.00 US Size: 2150 K Released: 2002-03-08 00:00:00
Download: http://www.weonlydo.com/Samples/wodSFTPdll.exe

Matches:  434 First     Previous       Page 22 of 22       Next     Last



Google
  Web SharewareVille.com   

Copyright © 2008 SharewareVille
SharewareVille Webmaster: