 |
|
 |
 |
 |
| Components > Internet > Other |
|
Companies News:
| BoxedApp - application virtualization in developer hands! |  |
- Use ActiveXs without real registration in system registry
- Load DLLs directly from memory
- Create processes from memory directly
- Hide out any dependencies (DLLs, Activex, 3rd party components and so on)!
- Create portable applications
- No admin rights required, no temporary files, no additional drivers
- Samples
for Delphi, Builder C++, VC++, C#, VB.Net, VB6
- Both x86 and x64 are supported
- Hook functions like Detours does
- Launching .NET Applications From Memory
- Create EXE without dependencies -- just put all files (DLLs, ActiveXs) into a single EXE
- You can even pack .NET Runtime!
- Flexible virtual file system.
Download
demo version right now!
|
| | Want to know more ? | |
|
Habari HornetQ Client v.1.0 Beta 3 | C |
1437 k |
31 Mar 2010 |
By Betasoft. Habari HornetQ Client is a library for Delphi and Free Pascal which provides easy access to the JBoss HornetQ open source Message Broker. With this library, Delphi developers can build integrated solutions, using the peer-to-peer or the publish and subscribe communication model. Habari HornetQ Client uses the Stomp message protocol and a plug-in architecture for communication libraries and message transformers for XML and JSON object serialization. It supports HornetMQ version 2.1, Delphi 6 to 2010 and Free Pascal, and follows the specification of the JMS API for Message Oriented Middleware. Demo only Source: On purchase/registration Exe-Demo Included
| | Download: D2005 D2006 D2007 D2009 D2010 D6 D7 |
   |
|
|
TXSmanager v.2.3 | FWS |
215 k |
05 Mar 2010 |
| By Andreas Faltinek. Last week I got my first UMTS stick. It comes with a piece of software called XS Manager from a German company named 4G.
Apparently it is not a good idea to use Windows RAS functions to control the access because RAS has shown somewhat unstable sometimes leaving my machine in an undefined state (not connected but still impossible to re-connect etc), but even more because XS manager actually
- Changes parameters (like going from *99***1# to *99***2# every now and then)
- Has more information about the quality of the connection (UMTS, HSDPA, EDGE or GPRS and the reception level)
So we want to use that litte tool, but still do it from code, right?
As there is no API, I did some Winspector spying and learned how to remotely control it. (I actually learned a lot from the people in this forum who made the winamp control - so thank you guys :-).
TXSman gives you complete control over XS Manager:
- Load it (specify path where to find it beforehand
- Get precise status information
- Connect / Disconnect
- Get a notification if status changes
- Get an extra notification if we go from say UMTS down to GPRS
- Keepalive-Function (re-connect if XS Manager drops it (this function is actually missing in XS Manager itself)
Developed and tested with D6 - should compile in other versions too.
Fully functional Source: Included Exe-Demo Included
| | Download: D1 D2 D2005 D2006 D2007 D2009 D3 D4 D5 D6 D7 |
 |
|
|
Google Calendar and Contacts Component v.1.0 | SW |
1488 k |
17 Feb 2010 |
By Astonsoft Ltd.. Google Calendar & Contacts Delphi Component is a non-visual component that allows you to work with Google Calendars and Contacts using Delphi. The component supports Delphi 7 and higher and works directly using official Google Calendar and Contacts API. Official API use guarantees maximum compatibility and fewest possible modifications to future versions. Fully functional Source: None Price: $99 Exe-Demo Included
| | Download: CB3 CB4 CB5 D4 D5 D6 |
  |
|
|
Yahoo Contacts Delphi Component v.1.0 | SW |
783 k |
16 Feb 2010 |
| By Astonsoft Ltd. Yahoo. Contacts Delphi Component is a non-visual component that allows you to work with Yahoo. Contacts using Delphi. The component supports Delphi 7 and higher and works directly using official Yahoo. Contacts API. Official API use guarantees maximum compatibility and fewest possible modifications to future versions.
Features:
- Create and edit contacts and groups
- Grouping of contacts
- Editing contact's custom fields
- Unicode support for all text fields
- Batch storing of changes
- HTTPS support.
Demo only Source: On purchase/registration Exe-Demo Included
| | Download: D2005 D2006 D2007 D2009 D2010 D7 |
 |
|
|
TJabberClient v.1.0 | FWS |
176 k |
11 Nov 2009 |
By Yuri Serebrennikov. Simple Jabber component for Delphi 2009. Fully functional Source: Included
| | Download: D2009 |
 |
|
|
IM Sniffer VCL Component v.1.2 | SW |
1117 k |
28 Apr 2009 |
By na Bricksoft. IM Sniffer VCL Component is VCL interface to sniffer MSN/ Yahoo/ ICQ/ AIM message protocol. It is specially designed for the easy creation of custom MSN/ Yahoo/ ICQ/ AIM message sniffer system. Trial (work while IDE is running) Source: On purchase/registration Price: $299 Source Price: $599
| | Download: D2005 D2006 D2007 D2009 D7 |
  |
|
|
LSP-Fix | FW |
219 k |
02 Oct 2008 |
By Florian Eichelberger. LSP fix can be used to view, delete and search for each registered LSP (Layered Service Provider) found in your Windows 2000/XP system.
- Does NOT break your internet access as just deleting the file / registry value would if used properly.
-
Useful because LSPs are often abused by spyware / adware to filter your internet traffic or to embedd ads into your site so it's a useful addition for most Anti-Spyware Software.
Fully functional Source: On purchase/registration Source Price: $29 Exe-Demo Included
| | Download: D7 |
|
|
|
Habari ActiveMQ Client Library and Component v.2.4 | C |
3082 k |
18 Aug 2010 |
| By Betasoft. Habari ActiveMQ Client is a library for Delphi and Free Pascal which provides easy access to Apache ActiveMQ, the most popular and powerful open source Message Broker and Enterprise Integration Patterns provider.
With Habari ActiveMQ Client, applications can connect to Apache ActiveMQ servers, subscribe to queues and topics, send and receive messages and objects, and work with transactions.
Here are some examples for software solutions built on top of a Message Broker like Apache ActiveMQ:
- Intranet News Ticker Application: using the publish and subscribe communication model, news can be delivered to all registered client applications. The message sender works like a broadcast station, and does not care if clients don't listen.
- Load Balancing: using the point-to-point or queuing model, many 'worker' applications can be installed on different computers. Every new message sent to the queue will be delivered only to one client. The server will keep messages until they are expired or delivered to a client.
- Persistent Storage: messages and objects can be stored in the Object Broker and retrieved even after a restart.
- Interprocess Communication: applications can use point-to-point messages to exchange information between each other even if the receiver currently is not running.
Demo only Source: On purchase/registration Exe-Demo Included
| | Download: D2005 D2006 D2007 D2009 D2010 D6 D7 |
  |
|
|
XNetDetect v.2.1 | FWS |
7 k |
24 Mar 2008 |
| By XCRYSoft. XNetDetect is a non-visual Delphi component being able to keep your application informed about any change of the Internet connectivity status. If you want to handle the event when your PC connects/disconnects from the Internet, XNetDetect is for you.
This version have included some fixes and improvements for modem connections. Fully functional Source: Included
| | Download: D2005 D2006 D2007 D5 D6 D7 |
 |
|
|
Image Shack Upload DLL v.1.0.0.9 | FW |
627 k |
11 Feb 2007 |
By Paulo Urio, Juliano RS. With LibImgUpp.dll you can upload images to ImageShack. The DLL suports JPG, JPEG, TIF, TIFF, PNG, GIF and BMP files. Fully functional Source: None Exe-Demo Included
| | Download: D2005 D2006 D5 D7 |
|
|
|
Bricksoft IM MSN YAHOO AIM VCL Component v.9.0 | SW |
3833 k |
18 Jan 2010 |
By na Bricksoft. Included:
- MSN Messenger Client Component is a Delphi interface to the MSN Messenger protocol. It was specially designed for the easy creation of custom MSN messenger systems.
- Display avatar images
- Send and Receive MSN Instant Messages (Unicode supported) to and from other public MSN Messenger clients via MSN Server.
- Send typing notification messaging
- Send file to buddy
- Add and Remove other clients from Contact, Allow and Block lists.
- List, Add, Remove and Modify group.
- Invite buddy to chat meeting.
- Modify MSN nickname.
- Change MSN status.
- Socks (Socks4, Socks5) proxy server supported.
- MSNP9 protocol.
- YAHOO Messenger Client Component is a Delphi interface to the new Yahoo Messenger protocol. It supports the most usual features of the protocol.
- Send and Receive YAHOO Instant Messages (Unicode supported) to and from other public YAHOO Messenger clients via YAHOO Server.
- Send typing notification messaging
- Add and Remove other clients from Contact lists.
- Change YAHOO status.
- List group.
- Socks (Socks4, Socks5) proxy server supported.
- AIM (AOL Instant Messenger) Messenger Client Component is a Delphi interface to the new AIM Messenger protocol (OSCAR). It supports the most usual features of the protocol.
- Send and Receive AIM Instant Messages (Unicode supported) to and from other public AIM Messenger clients via AIM Server.
- Send typing notification messaging
- Add and Remove other clients from Contact lists.
- Change AIM status.
- List group.
- Socks (Socks4, Socks5) proxy server supported.
With Nag-Screen Source: On purchase/registration Price: $636 Source Price: $1156
| | Download: D2005 D2006 D2007 D2009 D2010 D7 |
  |
|
|
VNC Viewer v.2.3 | FW |
1367 k |
02 May 2007 |
| By Home Lee. This component can be used to connect to VNC Server, and was developed by native Pascal language.
Version 2.0 supports Chat and File transfer with Ultra VNC.
Version 2.1 supports DSM plug-in and Kylix (Not support chat and file transfer in Kylix).
Version 2.2 supports UltraVNC Repeater.
Version 2.3 supports ZLIB encodic. Fully functional Source: On purchase/registration Source Price: $250 Exe-Demo Included
| | Download: D2005 D2006 D7 |
   |
|
|
MSN Protocol Component V9 | FWS |
542 k |
17 Oct 2006 |
By Home Lee. MSN Protocol v9 component provides most functions of MSN Protocol Ver. 9, such as login into MSN, sending chat message and inviting friends. The developer can create applications communicating with MSN Messenger through the component. Fully functional Source: Included
| | Download: D2005 D2006 D7 |
 |
|
|
Yahoo Messenger Client Component v.0.1 | FWS |
417 k |
28 Jul 2006 |
By msgr pr. Component to communicate with Yahoo! Messenger. Uses version 9 of Yahoo protocol. Fully functional Source: Included Exe-Demo Included
| | Download: D5 D6 D7 |
 |
|
|
TMS TWebImage v.1.1.0.1 | SW |
229 k |
11 Jul 2006 |
By TMS Software. This graphic control can automatically retrieve and display JPEG, GIF, BMP images from a HTTP server in various modes, including stretched and tiled. Fully functional Source: None Exe-Demo Included
| | Download: CB2k6 CB5 CB6 D2005 D2006 D5 D6 D7 |
 |
|
|
SMPP Component Delphi | FW |
34 - 45 k |
13 Apr 2006 |
By Drufel. SMPP component for Delphi. You can use next commands:
- generic_nack
- bind_receiver
- bind_transmitter
- bind_transceiver
- unbind
- deliver_sm
- submit_sm
- submit_multi
- data_sm
- query_sm
- replace_sm
- cancel_sm
- enquire_link
- alert_notification.
Fully functional Source: None
| | Download: D2005 D2006 D2007 D2009 D2010 D6 D7 |
 |
|
|
FreeDB reader v.1.1 | FWS |
119 k |
03 Nov 2005 |
| By Benedikt Maettig. This component allows your application to get audio CD info from a freedb database (e.g. freedb.freedb.org). An example appliaction is included. You need the "Indy Component Pack" for compiling.
Update version 1.1:
- bug fixed;
- year and genre informations are extracted now.
Fully functional Source: Included
| | Download: D2005 D5 D7 |
 |
|
|
ALWebSpider v.3.69 | FWS |
10030 k |
23 Jun 2009 |
By Arkadia. The function in this unit allows you to download a World Wide Web site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer. The functions arranges the original site's relative link-structure. Simply open a page of the "mirrored" website in your browser, and you can browse the site from link to link, as if you were viewing it online. Fully functional Source: Included Exe-Demo Included
| | Download: D2005 D2006 D2007 D7 |
  |
|
|
dFlickr v.0.9 | FWS |
373 k |
09 Mar 2005 |
By Dimitris Giannitsaros. dFlickr is an API kit for Flickr.com public services. It wraps Flickr.com functions and provides Objects to access photos, people, groups, photosets etc. Fully functional Source: Included Exe-Demo Included
| | Download: D2005 D6 D7 |
 |
|
|
TWormsTracker v.1.0 | SW |
75 k |
09 Jun 2004 |
| By CitiSoft Inc. TWormsTracker is an internet connection monitoring component that will track all running applications that are trying to access the internet connection. All TCP and UDP connections of a process can be monitored and full details regarding the process are shown. These details include process name, process ID, location of the process and where the process is trying to connect to, which will makes it easy to locate the process(application) and terminate it as necessary. This will enable you to track and kill those email worms lurking on your PC at ease. What that is more important is that you will know in which directory they reside and take steps to remove the files permanently.
Whether an application is trying to access SMTP(sending e-mails), HTTP, FTP or other services TWormsTracker will detect and report all the activities of the process or simultaneous processes. Over 30 types of protocols are recognized.
TWormsTraker may be used to build a professional net tracking tools where you can watch what applications are currently trying to access the internet, how many connections are made, where they are connecting to and other useful information which you may not known before.
TWormsTracker currently runs only on Windows XP. It has been tested on the beta version of Longhorn. Demo included shows how to prevent Outlook Express from sending e-mails. Fully functional Source: On purchase/registration Price: $32
| | Download: D5 D6 D7 |
   |
|
|
FlashGet interface | FWS |
7 k |
07 Mar 2004 |
By Konstantin Stepanov. It's so easy for you to control FlashGet from your application using DDE or COM. Fully functional Source: Included Exe-Demo Included
| | Download: D7 |
|
|
|
Messenger Type Library v.1.0 | FWS |
203 k |
02 Apr 2003 |
| By De Deyn Kim. This show's how to let Delphi make a Messenger Type Library and how to use the interface components in a Delphi project.
A type library is included for D5, messenger version 4.6.
A small example is included to and how to register the type library if something has happend. Fully functional Source: Included Exe-Demo Included
| | Download: D5 D6 D7 |
|
|
|
TmWebLogin v.1.2 | FWS |
7 k |
28 Aug 2006 |
By MASoft. 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. Fully functional Source: Included
| | Download: D4 D5 D6 D7 |
 |
|
|
Instant Messaging Suite v.4.0 | SW |
6626 - 7091 k |
27 Aug 2006 |
By LionKnight Software. The Instant Messaging Suite Consists of:
- MSN Messenger compatible server
- MSN Messenger client component
- FileXFer component
- BufferXFer component
- MsgXFer component.
Common features for all components:
- Sends and Receives take place on their own threads freeing program to do its own processing.
- Several Sends and Receives can take place at the same time.
- Success and Failure events for easy error handling.
- Can be used as a basis for peer-to-peer communication system.
- Customers get all updates and new components added for one year from date of purchase.
- Source code available for free by request within one year of purchase.
- Easy to learn.
Trial (work while IDE is running) Source: N/A Price: $169
| | Download: CB4 CB5 CB6 D2005 D2006 D4 D5 D6 D7 |
   |
|
|
HostChecker v.1.01 | FWS |
25 k |
28 Jan 2003 |
| By Loop. Hostchecker is simple component for checking connection to a host via TCP/IP ICMP ping request. The paramethers of the ping packets can be set at design or at run time. After a check is made, appropriate event handlers are triggered.
There is also possibility that the connection will be checked automaticaly on a given period. Fully functional Source: Included
| | Download: D4 D5 D6 D7 |
|
|
|
TNapsterFree v.1.0 | FW |
1518 k |
22 Aug 2002 |
| By Kamil Pogorzelski. TNapster is a Filesharing Component that implements fully the Napster Protocol. It is easy to use and fast. You don''t have to know Socket, Internet or Napster programming. Simply put TNapster on your project set some events call some functions and you've got your Filesharing Application, that is compatible with Napster (for example WinMX uses the Napster Protocol).
Some of the functions: Searching, Sharing, File Down- and Uploading, Firewalled Down- and Uploading, Hotlist, Chatting, Usercontrol and many more... Fully functional Source: None Exe-Demo Included
| | Download: D6 |
 |
|
|
TMsnMessenger v.2.5 Beta | FWS |
162 k |
08 Apr 2003 |
| By Digital Realms. TMSNMessenger is an easy to use component that connects to the MSN Messenger Network. This version comes with only the interface component. The TMSNChat component is currently being developed and will be out very soon.
New features:
- Dynamic List Handling
- Full Information Query
- New Chat component.
Fully functional Source: Included
| | Download: D5 D6 D7 |
 |
|
|
TICQClient v.1.21 | FWS |
427 k |
27 Aug 2006 |
By Alex Demchenko. Delphi component which implements a part of ICQ v.8 protocol (which is used in ICQ2002a):
- Logging to server & status changing
- Managing contact, visible, invisible, ignore lists
- Retrieving/uploading(without authorization) server side contact lists
- Receiving files
- Searching users by UIN, Email, Nick or Random Group
- 'White Pages'
- Getting user's short & full info
- Setting info about yourself
- Setting webaware/authorization required flags
- Registering a new UIN/Unregistering the existing UIN
- Changing the current password
- Sending/receiving various types of messages and URLs
- Sending/receiving SMS messages
- Sending/receiving contacts & contact requests
- Auto-away messages support
- Supporting direct connections (messages, urls, auto-away, contacts, file transfers)
- Importing messages, urls, contacts & owner's info (including password) from ICQ (2000x, 2001x, 2002a) and Miranda-icq 1.2.1
- Dumping all incoming/outgoing network packets
- There are not required any external files (dll, ocx, etc)
- Help in English and Russian languages.
Fully functional Source: Included
| | Download: D2005 D2006 D5 D6 D7 |
 |
|
|
Asta VoIP (Voice over IP) Component | SW |
1539 k |
22 Apr 2002 |
| By ASTA Technology Group Inc. Component which allows you transfer voice over TCP/IP networks.
Asta VOIP uses H323 protocol and supports such features as forwarding which tested on Cisco gateways.
All that is required is a microphone and sound card. AstaVoIP runs on all Win32 Operating Systems. Evaluation (time-limit) Source: On purchase/registration Price: $299 Source Price: $499
| | Download: D5 D6 |
   |
|
|
Voice over IP v.0.90 | FWS |
863 k |
13 Nov 2002 |
By remko's great freeware. Just place it on a form and you can talk (voice) with other people which has the same component. Voice over IP (IP-Phone) with source... Including other features to combine it with text chat (like MSN). Fully functional Source: Included Exe-Demo Included
| | Download: D4 D5 D6 D7 |
 |
|
|
TWebConnect v.1.1.0.0 | SW |
67 k |
11 Jul 2006 |
By TMS Software. Connects or disconnects a machine from the Internet or checks its connection state with the
IE API. Fully functional Source: On purchase/registration
| | Download: CB2k6 CB5 CB6 D2005 D2006 D5 D6 D7 |
 |
|
|
Workshell IM Suite (Pre Release) v.1.0 | FWS |
36 k |
11 Feb 2002 |
By Workshell Inc.. "Part 1 of the Workshell IM Suite, hopefully to encapsulate MSN, AOL, Yahoo!, ICQ and Jabber. Because of time constraints I've released what we've done so far (MSN Messenger) in the hope it will be useful, we'll try and do the rest ASAP. Only a crude demo is included but you should be able to master the VCL easily." Fully functional Source: Included
| | Download: D3 D4 D5 D6 |
 |
|
|
AddRotator v.2.0 | FWS |
15 k |
24 Dec 2001 |
| By John Williams. 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.
New Feature - The component can now check for a new version of your program and automatically launch a URL based on the program version and/or upgrade version. Fully functional Source: Included
| | Download: D6 |
 |
|
|
TAdware v.2.0 | FWS |
81 k |
20 Feb 2001 |
By Paul Legan. TAdware v2.0 is a completely rewritten component that provides the creation of sponsored freeware. TAdware can download any image off the internet, including animated gifs, and display it in a TImage of your choice. When clicked, this image can take the user to your sponsor's web site. Finally, TAdware is now thread-based, which means it can run in the background with no interference with what the application is doing. With TAdware, you can make cash from your freeware. Fully functional Source: Included
| | Download: D2 D3 D4 D5 |
 |
|
|
ICQPager v.1.0 | FWS |
4 k |
08 Feb 2001 |
By David Kerstens. Simple component that sends a pager message to an ICQ number. You can send unlimited messages (anonymous also) to an ICQ number. Fully functional Source: Included
| | Download: D4 D5 |
|
|
|
Geographic Whois v.1.0.0 | FWS |
83 k |
17 Jan 2001 |
| By LGM. This component queries the geographical database located at "cello.cs.uiuc.edu" for the location of A domain, and uses the returned data to download the appropriate map from "mapweb.parc.xerox.com".
The displayed results contain the city, state/country names and the world map with the location mark. Fully functional Source: Included
| | Download: D5 |
|
|
|
Net Direct v.1.0.0 | FWS |
10 k |
25 Dec 2000 |
| By LGM. This component is A "Delphi Direct" like implementation. Drop it on your application main form, set one property, add one line of code and your app users could get news about updates or new software from your web site.
This version uses Delphi's UrlMon unit instead of the ICS HttpCli component, the result is a reduction of 38 Kb in the executable size. Fully functional Source: Included
| | Download: D5 |
|
|
|
Universal Service Protocol | FWS |
90 k |
04 Nov 2000 |
By Nii ST. Components for Universal Service Protocol (USP) and 3-Tier technology support. Fully functional Source: Included
| | Download: D5 |
|
|
|
INetDetect v.1.0 | FWS |
115 k |
02 Oct 2000 |
By Marc Gauthier. Component to check if we have an Internet connection. It compares the list of current IP for the computer vs the List of IP of network card on the computer. This way it is possible to determine if we have an internet connection not a local network connection. It does not work if the user as a cable modem or other direct access. Fully functional Source: Included Exe-Demo Included
| | Download: D2 D3 D4 D5 |
|
|
|
TICMP v.1.0 | FWS |
196 k |
18 Sep 2000 |
By Stuart L. Richmond, Artlog ltd. TICMP is an installable component, which provides an interface to Microsofts unsupported ICMP.DLL. Used for ping and trace operations. An example Ping application is included. Fully functional Source: Included Exe-Demo Included
| | Download: D5 |
 |
|
|
TWebCopy v.1.7.6.0 | SW |
709 k |
26 Nov 2008 |
By TMS Software. Control to make it easy to download single or multiple files via http or ftp. With progress /
cancel dialog.
- supports Http, FTP upload / download and network based file copy;
- support for authenticated HTTP download;
- extra options in progress dialog: estimated time left and % completed;
- ThreadExecAndWait method;
- OnErrorInfo event with additional error information;
- capability to download files only when newer compared to a date;
- Keeps FTP connection between multiple FTP transfers.
Fully functional Source: On purchase/registration Source Price: $30 Exe-Demo Included
| | Download: CB2k6 CB2k7 CB2k9 CB5 CB6 D2005 D2006 D2007 D2009 D5 D6 D7 |
  |
|
|
Nishita Ad Banner Plug-In v.1.00 | FW |
383 k |
03 May 2000 |
By K. Nishita. This DLL allows you to run your Internet Sponsor's Banner Ads from your application and launch browser like Netscape or IE to send your users to your sponsor's web site when they click the ad. This is very similar to the get paid by surfing web kind software except you can use in your software. Now you can generate some incomes even from your freeware. Since this is a DLL, it can be used in any Windows 32 bit programming language which support DLL links. Fully functional Source: None
| | Download: CB1 CB3 CB4 CB5 D2 D3 D4 D5 |
 |
|
|
WEB Components | FWS |
2 k |
08 Dec 1999 |
By Sergey Trepalin. WEB components, they are not displayed at component page. Components, listed here, are used in WEB paging formation with TMidasPageProducer.
- TURLShow - enables put hyperreference into MidasPage;
- TImageShow - enables include image into MidasPage.
Fully functional Source: Included
| | Download: D4 D5 |
|
|
|
INet Detector v.2.1 | FWS |
3 k |
10 Jan 2000 |
By UtilMind Solutions. INetDetector determines online status of the computer (connected or disconnected). Can be used as something like ICQ NetDetect. Works without any RAS API or WinSockets. Fully functional Source: Included
| | Download: CB1 CB3 CB4 D2 D3 D4 |
 |
|
|
OnlineIP v.1.1 | FWS |
4 k |
19 May 1999 |
By UtilMind Solutions. Component determines online status of the computer and shows current IP address. Can be used as ICQ NetDetect. Fully functional Source: Included
| | Download: CB1 CB3 CB4 D1 D2 D3 D4 |
 |
|
|
Kr_InternetCon v.1.0 | FWS |
1 k |
27 Dec 1999 |
By Kray. A nonvisible component which allows to open dailup connection. Dial types:
- Force_Online: Standart dailup ui.
- Unattended: Standart dailup ui, begins directly with dailing.
- Force_Unattended: No dailup ui, begins directly with dailing.
If dailup connection is left empty then the default dailup is used. Fully functional Source: Included
| | Download: CB4 D3 D4 D5 |
 |
|
|
Delphi Search Engine v.1.0 | FWS |
22 k |
14 Apr 1999 |
By Martin Woods. Search over 200 Internet Search Engines. Will launch the users default browser and show the results. Use as a stand Alone Search Engine or add the form into your application. New / more search engines can be easily added. Fully functional Source: Included
| | Download: D1 D2 D3 D4 |
  |
|
|
TLegacy v.1.0 | FWS |
5 k |
11 Dec 1998 |
By Jeronym Drvota. Component for link to web page or e-mail adress. Fully functional Source: Included
| | Download: D2 D3 D4 |
|
|
|
TFidoMsg Base v.1.1 | FWS |
35 k |
21 Oct 1998 |
By Max Teplov. This component provides access to *.MSG FidoNet Base (FTSC-0001). Fully functional Source: Included
| | Download: D3 |
|
|
|
THyperLink v.0.3.3 | FWS |
133 k |
10 Aug 1998 |
By BPG. THyperLink adds a little hyperlink component to any form. You can display THyperlink's href on statusbar or the way you want it by using OnMouseMove. Tooltips possible. Executes web-links or local documents. You can freely choose font and colors for pressed and not pressed hyperlink. THyperLink can also be used with keyboard (it can recieve keyboard focus). New features include changing color when mouse is over the hyperlink and OnEnter, OnExit events. Fully functional Source: Included Exe-Demo Included
| | Download: D3 |
|
|
|
Header Files for the Icmp.dll v.1.0 | FWS |
3 k |
13 Feb 1998 |
By Martin Djernæs. This is a translations of the Microsoft header files for the icmp.dll module. This offers Ping abilities in a easy way. Fully functional Source: Included
| | Download: D2 D3 |
 |
|
|
TWebCompress v.2.0 | FWS |
42 k |
18 May 1998 |
| By Peter Hyde. TWebCompress is a component designed to automate the uploading and deploying of
compressed site updates (plus it can "gather" files such as logs from the site into an archive ready for downloading). It can be remotely controlled from HTML, via FTP or used under direct user or program control on the server itself (SPIS WebQueue application makes use of this feature). Compatible with the WebHub application framework for Delphi from HREF Tools Corporation.
TWebCompress itself may be freely downloaded for your own testing requirements. However, operational use requires a registered version of TCompLHA.
The latest version of TWebCompress usable in any Web application, not simply WebHub ones. Fully functional Source: Included
| | Download: CB1 CB3 CB5 CB6 D2 D2005 D3 D4 D5 D6 D7 |
 |
|
|
vCard | FWS |
38 k |
15 Oct 1997 |
By ArGo Software Design. vCard is a new standard for electronic business cards. vCard is used for personal data interchange (PDI) and is supported by popular white pages services such as Four11, Populus Intelligent People Locator, also it is implemented in the popular email programs and database software, such as Microsoft Outlook and Outlook express, Netscape Communicator, Lotus Organizer 97 GS, Sidekick 98 and many many more. You can get more information about vCard at IMC pages. Fully functional Source: Included
| | Download: D2 D3 |
 |
|
|
URL v.1.0 | FWS |
4 k |
31 Jul 1997 |
By Alexander Meeder. With this control it's easy to add www-addresses, mail-addresses etc. behind menu options, buttons etc. Fully functional Source: Included
| | Download: D1 D2 D3 |
|
|
|
TPing and TTraceRoute v.0.3b | FWS |
25 k |
13 Sep 1997 |
By Andreas Hoerstemeier. ICMP components TPing and TTraceRoute for checking TCP/IP connections, included are two sample applications. Ping available in both ICMP.DLL or winsock mode. Fully functional Source: Included
| | Download: D2 D3 |
 |
|
|
TICMP v.1.0 | FWS |
134 k |
23 May 1997 |
By Stuart L. Richmond. TICMP is an installable component which provides an interface to Microsofts unsupported ICMP.DLL. Used for ping and trace operations. An example of Ping application is included. Fully functional Source: Included
| | Download: D3 |
|
|
| News from our Sponsors |
Easy data compression solution! Easy Compression Library is a very easy-to-use replacement of TFileStream, TMemoryStream and other TStream descendants to their analogues with compression/decompression and encryption. Compression is transparent, all the methods, properties and behavior of TFileStream and TMemoryStream are supported, so it is very simple to replace them in the application code. Save up to $500 by ordering at Torry's Showcase! more...
Do you know that you can save 10% on LMD products? LMD-Tools covers almost 370 components (Relase 7.0 CE, + about 30 labeled controls) for any task you can imagine. Following component groups are only examples for the broad range of available components: LMD Tools includes controls for superior interface design, system programming, file controls, database applications, internet-/web-components, multimedia, text/data input (RichEdit), display of formatted text, and many more.
Only for Torry's visitors! more...
Power tools for MySQL and PostgreSQL are calling you! Database Designer product family allows you to solve database structure modeling, generation and modification tasks easy. For PostgreSQL and MySQL, choose your favorite!
Don't forget to check DBACentral for MySQL as well - GUI solution for database administration and data management, which provides you with Microsoft Access like interface paradigm for executing all database operations over database structure and table data. Now with PHP web pages and SSH tunneling.
And get 10% off!
more...
Tired of common actions? Try SweetControls, they will help... CodeAccelerate’s Delphi VCL controls are native, not derived from a standard control. So the power behind them are not hidden from you and whenever you need, you will find the answers to "howto" questions in seconds.
With CodeAccelerate’s Suite (over 50 rich, unique, high-quality, fully customizable, stable, fast controls controls, which are designed carefully to cover all your requirements), give power and profession to your Delphi applications which they desire and let others admire.
With SweetControls leave your doubts behind! And, of course, get 10% off as Torry's visitor! more... |
| |
Advertising on Torry's Delphi Pages
|
 |
 |
 |
Advertising on Torry's Delphi Pages




 Guest Book
|
 |