Delphi 6.0x freeware
Winsock & Internet

[ addrotator.zip ] [ 21,769 bytes ] [ Freeware ] [ With Source ]
[ D6 ]
This is a simple descendant from the standard TwebBrowser component. It's purpose is to display a rotating web page or advert from within your program It is ideal for allowing your programs to earn income from referral services such as Commission Junction, or just to display your own advertising or update information to your clients. The component can also check for a new version of your program and automatically launch a URL based on the program version and/or upgrade version. New Feature - The component can now automatically download a new ads list each time the program starts.
Added: 4-11-2001/13-01-2002   |  Version: 3   |  Downloads: 2407/2402/6
Author:John Williams   [Homepage]   [DSP files]

[ AfQuickMail.zip ] [ 263,265 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 ]
A Quick Mail sender component via SimpleMAPI (from every available registered account, not only from default mail address!) with capabilities to set multiple recipients and multiple attachments; now with new function to retrieve recipients from AddressBook; also assignable Combobox for retrieving list of registered accounts. Full source and demo project included
Added: 16-07-2002/4-11-2002   |  Version: 2.01   |  Downloads: 5085/4987/28
Author:Accalai Ferruccio   [Homepage]   [DSP files]

[ distro090withsource.zip ] [ 846,979 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 | D6 | D7 ]
Delphi telephone component.
Although it has lot off other features, it works quite simple. Put it on a form and use the method Telefoon.placecall('ip').
Added: 3-04-2002/4-11-2002   |  Version: beta   |  Downloads: 808/808/0
Author:Remko Weingarten   [Homepage]   [DSP files]

[ easyOutlook.zip ] [ 250,445 bytes ] [ Freeware ] [ With Source ]
[ D6 ]
Object: TeasyOutlookMail
With this object you can send a email with MAPI (MS Outlook) and also parse any MAPI folder (or outlook folder) "line by line".

The object TeasyOutlookMail is very simple. Just config your message with the Mail property (Recipient, Body, HTMLBody, Subject). To send the message just call the procedure SendItem.
Added: 8-10-2002   |  Version: n/a   |  Downloads: 1543/1543/13
Author:maytec.net software   [Homepage]   [DSP files]

[ fndsck.zip ] [ 309,326 bytes ] [ Freeware ] [ With Source ]
[ D5 | D6 | D7 ]
Powerful socket library with components for: TCP Client, TCP Server, UDP Socket and Host Lookup. Advanced features include throttling and connecting via Socks5/HTTP Tunnel proxies. [more]
Added: 14-10-2002/17-12-2002   |  Version: 3.12   |  Downloads: 3899/3894/40
Author:Delphi Fundamentals   Delphi Fundamentals   [Homepage]   [DSP files]

[ gpindy9d7-050114.zip ] [ 670,794 bytes ] [ Freeware ] [ No Source ]
[ D6 | D7 ]
web remote control solution for delphi 7, based in Indy 9&10 library. You install GpIndy as component in your program, and then, you can do remote control in the Pc where your program is executed, by a web browser. Screen , file, process, objects atributes and more.. Include SSL solution for secure connections.
Added: 25-01-2005   |  Version: 1.5.01   |  Downloads: 518/518/14
Author:Antonio Alcazar Ruiz   GpIndy   [Homepage]   [DSP files]

[ link: download.htm?dl=mDataSetTableProducer ] [ size n/a ] [ Freeware ] [ With Source ]
[ D5 | D6 ]
TmDataSetTableProducer This is a TDataSetTableProducer with a pagecontrol-extension. Set the MaxRows property to the number of lines you want to show for each webpage, and the pagecontrol gives you the opportunity to choose the First-Previous-Next or Last page. Just one web-action needed. Uses the Get-method. Source and example included.
Added: 23-09-2003   |  Version: 1.0   |  Downloads: n/a
Author:Mats Asplund   Mats Asplund   [Homepage]   [DSP files]

[ link: download.htm?dl=mGetNewVer ] [ size n/a ] [ Freeware ] [ With Source ]
[ D5 | D6 ]
TmGetNewVer With this component in your application, your users would always be updated with the latest program release. When you have a new version coming up, just update a file (inifile-syntax), on your webserver with the new version number. When the user starts your application, this component will look in that file. If updating is needed, the user will be asked to download the new version. Source and demo included.
Added: 23-09-2003   |  Version: 2.3   |  Downloads: n/a
Author:Mats Asplund   Mats Asplund   [Homepage]   [DSP files]

[ link: download.htm?dl=mlinkcombo ] [ size n/a ] [ Freeware ] [ With Source ]
[ D5 | D6 ]
TmLinkCombo A TComboBox descendant with weblinks. Comes with a special property editor, which makes it easy to assign links and linkaliases together. TmLinkCombo opens the linkaddress in the default browser when state changes. Source and demo supplied.
Added: 23-09-2003   |  Version: 1.0   |  Downloads: n/a
Author:Mats Asplund   Mats Asplund   [Homepage]   [DSP files]

[ link: download.htm?dl=mMailer ] [ size n/a ] [ Freeware ] [ With Source ]
[ D5 | D6 ]
TmMailer This component encapsulates the Indy-classes: TIdMessage and TIdSMTP into an easy-to use component. Features: Attached files, multiple recipients, text or HTML, BCC-field. Indy-components must be installed. Delphi 5 or 6. Source and demo supplied.
Added: 23-09-2003   |  Version: 2.1   |  Downloads: n/a

[ link: download.htm?dl=mparser ] [ size n/a ] [ Freeware ] [ With Source ]
[ D5 | D6 ]
TmParser A HTML Parser component with two methods: Parse and DownloadAndParse. Parse will take a local file and analyze, DownloadAndParse will first download from the web to a local file then parse it. The results can be picked up with the help of four events: OnTag, OnText, OnLinkTag and OnImageTag. Source and demo supplied.
Added: 23-09-2003   |  Version: 1.2   |  Downloads: n/a
Author:Mats Asplund   Mats Asplund   [Homepage]   [DSP files]

[ link: download.htm?dl=mTagProducer ] [ size n/a ] [ Freeware ] [ With Source ]
[ D5 | D6 ]
TmTagProducer A component that generates HTML-FormTags, to be used in a WebModule or with TWebDispatcher. The Content this component produces could easily be added to the Dispatchers ResponseContent. Tags available: Font, PushButton, CheckBox, FileUpload, ImageButton, OptionButton, ResetButton, SubmitButton, TextBox, TextArea, DropDownList, ListBox, Password and HR. Source and demo supplied.
Added: 23-09-2003   |  Version: 3.1   |  Downloads: n/a
Author:Mats Asplund   Mats Asplund   [Homepage]   [DSP files]

[ link: download.htm?dl=mweblogin ] [ size n/a ] [ Freeware ] [ With Source ]
[ D5 | D6 ]
TmWebLogin TmWeblogin generates the HTML-code for a web login dialog, validates the login, and if the login was successful, sends a cookie to the user. Source and demo supplied.
Added: 23-09-2003   |  Version: 1.2   |  Downloads: n/a
Author:Mats Asplund   Mats Asplund   [Homepage]   [DSP files]

[ link: download.htm?dl=mWebScrollTable ] [ size n/a ] [ Freeware ] [ With Source ]
[ D5 | D6 ]
TmWebScrollTable A component that generates HTML-tables with a scrollable bodypart, useful when you got limited space on your page, or have many records in a table. TmWebScrollTable creates three HTML-files. One file with two IFrames for the table header and body. One file with the table header and one for the body. Formatting Propertys and OnFormatCell event, which can be used for customization on cellbasis. Source and demo supplied.
Added: 23-09-2003   |  Version: 1.0   |  Downloads: n/a
Author:Mats Asplund   Mats Asplund   [Homepage]   [DSP files]

[ link: ] [ size n/a ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]
Internet Professional is a set of VCL components providing Internet connectivity for Borland Delphi & C++Builder. iPRO includes POP3, SMTP, NNTP, FTP, HTTP, Instant Messaging, & HTML viewer components, as well as components for low-level socket access
Added: 4-02-2003   |  Version: 1.15   |  Downloads: n/a

[ link: ics.zip ] [ 1,546,806 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D2 | C1 | C3 | C4 | C5 | C6 ]
Internet Component Suite (ICS) is a set of native VCL components for Internet/Intranet programming. It supports winsock, TCP, UDP, FTP, TELNET, FINGER, HTTP, SMTP, POP3, PING, NNTP, ANSI terminal emulation and more. Free support mailing list.
Freeware product with full source code and free support using a mailing list. Updated frequently, consult website.
Added: 1-05-1998/18-04-2005   |  Version: 2/04/2000   |  Downloads: n/a
Author:Francois PIETTE   [Homepage]   [DSP files]

[ icq.zip ] [ 170,332 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 ]
TICQClient
Features:
  • Logging to server & status changes
  • Managing contact, visible, invisible lists
  • Retrieving server side contact lists
  • Searching users by UIN, Email, Nick or Random Group
  • 'White Pages'
  • Getting user's info
  • Setting info about yourself
  • Registering a new UIN
  • Unregistering the existing UIN
  • Changing the current password
  • Sending/receiving various types of messages and URLs
  • Auto-away messages support
  • Supporting the direct connections
  • Sending/receiving contact & contact requests
  • Importing messages, urls, contacts & owner's info(including password) from ICQ(2000x, 2001x, 2002a)
  • Dumping all incoming/outgoing packets
  • SOCKS4, SOCKS5 proxy support
  • Help in English and Russian languages
  • Native Delphi code, fully freeware!

Added: 19-08-2002   |  Version: 1.17   |  Downloads: 0/0/0
Author:Alex Demchenko   [Homepage]   [DSP files]

[ idCGIRunner.zip ] [ 82,178 bytes ] [ Freeware ] [ With Source ]
[ D5 | D6 ]
TidCGIRunner component allows to execute CGI scripts using Indy TidHTTPServer. Internet Direct (Indy) library is required.
Added: 22-04-2002   |  Version: 1.0   |  Downloads: 1107/1107/2
Author:Serhiy Perevoznyk   Serhiy Perevoznyk   [Homepage]   [DSP files]

[ idrunner.zip ] [ 2,981,565 bytes ] [ Freeware ] [ With Source ]
[ D5 | D6 | D7 ]
Extension to Indy Library (version 8 and 9) for Borland Delphi 5, 6 & 7. idISAPIRunner component allows to run ISAPI modules using Indy TidHTTPServer. idCGIRunner component allows to execute CGI scripts using Indy TidHTTPServer. Main features: --PHP support for CGI and ISAPI --WebSnap support --IntraWeb support --CGI file upload support --Unload ISAPI module on demand --WebServices support
Added: 11-12-2002/18-08-2003   |  Version: 3.3   |  Downloads: 1531/1530/7
Author:Serhiy Perevoznyk   Serhiy Perevoznyk   [Homepage]   [DSP files]

[ iedcomp_full_10b.zip ] [ 1,118,313 bytes ] [ Freeware ] [ With Source ]
[ D6 ]
HREFParser 1.2( Demo and sources )
This component is intended to extract all links that founded in your HTML file. It also automaticly detect and parse hyperlink links into PHP,CSS pages. Features of compiled demo:
  • Create site structure diagram.
  • Separate local/remote/broken link by color.
  • Print site structure diagram.
  • Copy the diagram to clipboard.
  • Export the diagram to HTML for publishing.

    IEDWebDAV 1.0( Demo and sources )
    This component is intended for the management of remote resource collections, namespace manipulation, and resource locking (collision avoidance).

    IEDXMLreader 1.2( Demo and sources )
    This non visual component is intended to parse nodes of XML structure. It optimized for parsing WebDav response.
    Added: 11-09-2002   |  Version: 1.0b   |  Downloads: 1110/1110/8
    Author:Sergey Kanenko   [Homepage]   [DSP files]
  • © 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
    All rights reserved.
    Next 20 files