Previous 20 filesTools freeware
System Utilities

[ getpass.zip ] [ 169,572 bytes ] [ Freeware ] [ No Source ]
If you don't remember your Internet password (or any other) and it is stored in an edit box where you only see '*' which this application you can get it.
Added: 15-06-1999   |  Version: 1.10   |  Downloads: 2900/2900/1
Author:Luis Rodrigues   Luis Rodrigues   [DSP files]

[ getprocs.zip ] [ 114,589 bytes ] [ Freeware ] [ With Source ]
Small update. Now it is possible to change the priority of the selected process. A WindowsNT version should be coming up real soon (for now it works only on 9x).--------------------- This is a small program that lists all running processes along with some basic info for each, and the ability to terminate any of them. It uses a few Windows API calls. Removed all extras from this version so it can be compiled with Delphi 2. Executable is compressed with UPX 1.01. Use at your own risk. [more]
Added: 13-02-2000/27-08-2000   |  Version: 1.2   |  Downloads: 2395/2389/0
Author:Ardian Dhrimaj   [Homepage]   [DSP files]

[ getwndws.zip ] [ 183,533 bytes ] [ Freeware ] [ With Source ]
A small utility (with source) to get a list of all open windows and the applications that own them. Demonstrates a few API calls and how to use an owner-drawn TStringGrid. The executable is compressed with UPX 1.01. Use at your own risk.
Added: 21-05-2000   |  Version: 1.0   |  Downloads: 1699/1699/0
Author:Ardian Dhrimaj   [Homepage]   [DSP files]

[ handel.zip ] [ 287,775 bytes ] [ Freeware ] [ With Source ]
Handel is a free, standalone development tool created with Delphi 4 that enables you to create, compile, and run projects. Handel also supports Form Design Environments such as Delphi and can open and write units, projects, and forms created with Delphi 2 or 3. However, it is not perfectly compatible with Delphi. Handel is developed with Delphi 4. So if you want to compile Handel source, you must have Delphi 4. If you modified or enhanced handel source, please send to me the source. If so, I will reflect the source at next version. If you have any questions, proposals, bug reports, please send e-mail to me or visit my homepage. Special Thanks to: Ray Lischner - Author of "Screts of Delphi 2" Adam Cutchin - Author of "Delphi 3.x Runtime Object Inspector" Bluette Team - Java Development tool made by Delphi Martin Waldenburg - Syntax HighLighting Handel is freeware , and the source of Handel is opened. You can download the source at http
Added: 16-08-1998/4-06-2000   |  Version: 0.673   |  Downloads: 2748/2417/1
Author:Woo Young Bum   [Homepage]   [DSP files]

[ helpindx.zip ] [ 201,696 bytes ] [ Freeware ] [ No Source ]
Utility to organize all your help, readme and other instructional help files into one place, integrates with the IDE Tools menu. Save looking all over your hard discs to find those component etc help files, run it direct from program. [more]
Source available upon request, instruction file included in html format. Program is Donation Ware, no payment required, no limits on use.
Added: 28-05-2000   |  Version: 1.00   |  Downloads: 999/999/0
Author:Mike Austin   Smartcard Gold - Professional Card Cleaners.   [Homepage]   [DSP files]

[ hpathcopyshext_stdalone.zip ] [ 267,615 bytes ] [ Freeware ] [ No Source ]
This little shell extension adds a few enhancement to the current shell context menu. Version postfixed with '_StdAlone' no requires runtime libraries (RTL50.BPL and VCL50.BPL)
In this version these are the newly added functions.
  • Menu 'Copy Path to Clipboard' with the following sub menu items
    • 'Copy Path as Long Name to Clipboard '
      Copies the selected file's full path to the clipboard in it's long file name format.
    • 'Copy Path as Short Name to Clipboard '
      Copies the selected file's full path to the clipboard in it's short file name format.
    • 'Only the File Name Part as Long Name'
      Copies the selected file's name to the clipboard without path in long file name format. (Visible only if the selected shell item is a directory.)
    • 'Only the File Name Part as Short Name'
      Copies the selected file's name to the clipboard without path in short file name format. (Visible only if the selected shell item is a directory.)
    • 'Only the Directoy Name Part as Long Name'
      Copies the selected file's directory path to the clipboard in it's long file name format.
    • 'Only the Directoy Name Part as Short Name'
      Copies the selected file's directory path to the clipboard in it's short file name format.
Keeping key Ctrl down while selecting any of the copy menu items adding surrounding apostrophes to the path str copied to the clipboard.
Currently only single file selection works. (The context menu will NOT contain menu items of HPathCopyShExt if you selected more than one file!)
Installing: If you are using previous version please type, regsvr32 /U HPathCopyShExt.dll. Then copy HPathCopyShExt.dll into a directory contained in the PATH. Type, regsvr32 HPathCopyShExt.dll in that directory. NO HELP available yet.
Installing: If you are using previous version please type, regsvr32 /U HPathCopyShExt.dll. Then copy HPathCopyShExt.dll into a directory contained in the PATH. Type, regsvr32 HPathCopyShExt.dll in that directory.
Added: 17-01-2005/25-01-2005   |  Version: 1.2.0   |  Downloads: 125/123/2
Author:Hofi   Hofi|MeMyselfAndI   [Homepage]   [DSP files]

[ hshellextpack_stdalone.zip ] [ 388,296 bytes ] [ Freeware ] [ No Source ]
This little shell extension adds a few enhancement to the current shell context menu. Version postfixed with '_StdAlone' no requires runtime libraries (RTL50.BPL and VCL50.BPL)
In this version these are the newly added functions.
  • Menu 'Launch Safer...'
    This function was inspired by the tool DropMyRights by Michael Howard. If you are using windows as Administrator (not recomendded) then you can launching programs or it's associated handler via HShellExtPack in a lower privileged context. (this way e.g. your browser and mailer would have less chance to run unwanted content of mails or web pages)
    The following sub menu items added.
    • 'Normal'
      Means run the application as a normal user.
    • 'Constrained'
      Means run the application as a constrained user.
    • 'Untrusted'
      Means run the application as an untrusted user. Chances are, this will cause some applications to fail.
    You can find a detailed description of the different run levels here.
  • Menu 'Launch At Priority...'
    You can launch a program or it's associated handler at a desired start priority level.
Currently only single file selection works. (The context menu will NOT contain menu items of HShellExtPack if you selected more than one file!) Installing: If you are using previous version please type, regsvr32 /U HShellExtPack.dll. Then copy HShellExtPack.dll and Launcher.exe into a directory contained in the PATH. Type, regsvr32 HShellExtPack.dll in that directory.
Installing: If you are using previous version please type,
Added: 27-12-2004/25-01-2005   |  Version: 0.3.0   |  Downloads: 95/90/0
Author:Hofi   Hofi|MeMyselfAndI   [Homepage]   [DSP files]

[ link: cpdb200b.zip ] [ size n/a ] [ Freeware ] [ No Source ]
New version ! Support for Delphi 5, and even every compiler you want to add; sub categories are now fully supported; directory templates; enhanced Preference (aka Options) dialog; flat GUI look; better keyboard support; and more... CPDB: Organize all your downloaded Delphi (or other) components and packages into categories and enter additional information like the status (installed, tested, used etc.), comments, rating etc. Automatically extract component infomation from the downloaded zip file if it contains a DSP .upl or .ini file ! Use predefined categories (like the DSP categories), or define your own. And find a component by searching on nearly every available field, including the description and comment memo fields! And inspect any zip file from within CePeeDeBee, without using an unzipper like WinZip.
Added: 23-05-1999/15-10-2000   |  Version: 2.0.0 beta   |  Downloads: n/a
Author:Wouter van de Weerd   [Homepage]   [DSP files]

[ LimpaCod.exe ] [ 153,600 bytes ] [ Freeware ] [ No Source ]
Clean Delphi project folder [more]
Added: 2-01-2002   |  Version: 1.0   |  Downloads: 385/385/0
Author:M. Moura   [DSP files]

[ mablyx.zip ] [ 216,640 bytes ] [ Freeware ] [ No Source ]
Mablyx is an application freeware in french of file encryption, (all files). Work under Win 3.1, Win95, Win 9.XX, NT. Fast, secure.The diffusion since 1997 was very important in France and French-speaking countries. Try it and register full source code for 29.95 $ US or 180 FF online. See you soon ;-)
Added: 1-08-1999/2-08-1999   |  Version: Ver 1.00   |  Downloads: 983/983/0
Author:Cayrier Serge   Cayrier Serge Black Sirius Softs (C) 1988-1999   [Homepage]   [DSP files]

[ mailbomb.zip ] [ 375,470 bytes ] [ Freeware ] [ No Source ]
MailBomb allows you to quickly and easily create a mail distribution using a similar method to the #MailMerge# function in Microsoft Word. Where the Word MailMerge allows you to create printed letters, MailBomb lets you do the same for eMail, meaning you can stay in contact with a large number of contacts quickly and easily
Added: 1-08-1999/2-08-1999   |  Version: n/a   |  Downloads: 1267/1267/2
Author:Brian Palmer   TSM Inc.   [Homepage]   [DSP files]

[ mbox.zip ] [ 275,002 bytes ] [ Freeware ] [ No Source ]
Visual MessageBox Designer for C++Builder and Delphi
bugfix version
Added: 21-12-1998/9-01-1999   |  Version: 1.1   |  Downloads: 1968/1670/0
Author:Winfried Klum   [DSP files]

[ mbx_exp.zip ] [ 208,362 bytes ] [ Freeware ] [ With Source ]
Text (.MSG) file to .MBX (Unix mail file format, used by popular mail clients like Eudora or Netscape Messenger) conversion utility v0.1. Open Source.
Added: 21-03-1999   |  Version: 0.1   |  Downloads: 1415/1415/0
Author:Inner-Smile.com   [Homepage]   [DSP files]

[ MGCharMap.zip ] [ 251,802 bytes ] [ Freeware ] [ No Source ]
Mike Gibbard's Characteristica is a Windows charmap.exe replacement with an easy to read display and the ability to selectively view 'maps' for symbol fonts only.
Added: 17-07-2000/18-07-2000   |  Version: 1.0   |  Downloads: 840/840/0
Author:Mike Gibbard   [DSP files]

[ playwave.zip ] [ 637,042 bytes ] [ Freeware ] [ With Source ]
Simple program to show how to play *.wav files in your application by using only two lines of coding.
Added: 28-02-1999   |  Version: 1.0   |  Downloads: 1819/1819/0
Author:Fred Irving   [Homepage]   [DSP files]

[ RRFTableTable.zip ] [ 50,661 bytes ] [ Freeware ] [ With Source ]
The TableTable application allows the user to select a database and then to compile and display two tables (Tables and Fields) that together comprise a census of the tables and fields of the selected database. The information displayed is a proper subset of what can be displayed using Borland's own Database Explorer, but the utility of TableTable comes from the fact that each record of the Tables and Fields tables includes a field in which the user can record comments to explain the structure of his or her database. Limited report printing is also provided. [more]
Added: 6-03-2002   |  Version: 20020304   |  Downloads: 522/522/0
Author:Robert R. Fenichel   [Homepage]   [DSP files]

[ SairWin.exe ] [ 160,768 bytes ] [ Freeware ] [ No Source ]
Timer to shut Windows down [more]
Added: 2-01-2002   |  Version: 1.0   |  Downloads: 374/374/0
Author:M. Moura   [DSP files]

[ scramb_.zip ] [ 294,728 bytes ] [ Freeware ] [ No Source ]
Encrypts Strings in Delphi source files so that they are not visible in the compiled exe.
Added: 7-01-2003   |  Version: 1.0   |  Downloads: 476/476/1
Author:Bernd Dietzel , also known as "Barret"   Bernd Dietzel   [Homepage]   [DSP files]

[ sendmail.zip ] [ 319,896 bytes ] [ Freeware ] [ No Source ]
SendMail is an application for broadcasting mass e-mails. It is a command line tool, which can be controlled by batch files or makefiles. All parameters (e.g. From, To) needed to send an e-mail can be defined eigther as command line parameters, an Ini file or in the registry. Values for the parameter fields can be read in from defined text files. Each text file can include further text files by containing a "$I file" line. SendMail uses a SMPT server to deliver the e-mails and not Exchange/Outlook. For example: sendmail /FROM=stasa.jerinic@dato.at /TO=c:\to.txt /CC=c:\cc.txt /REF=Meeting /MESSAGE=c:\message.txt ATTACHMENTS=c:\attach.txt [more]
Source price is 50 US Dollars
Added: 19-08-2002   |  Version: 1.0   |  Downloads: 304/304/0
Author:DATO Denkwerkzeuge   Stasa Jerinic   [Homepage]   [DSP files]

[ service.zip ] [ 2,616 bytes ] [ Freeware ] [ With Source ]
Make from a normal GUI application a NT service in a few minutes. The same exe can run as GUI or as Service ! Since an NT service is difficult to debug most of the time a normal GUI application is made first. When it is ready then a new project is made to run it as a service. Disadvantage is it is needed to make 2 projects. Even worse is if one have to make an application that is able to run as a normal GUI and also as an NT service. Then it is nececary to keep maintainance and version information in both projects. This little unit that has to be included in a project. There is very little coding needed in the project file. There is a brief demo included on how to use it. The demo needs my CiaTrayIcon (available on my site), but any other tray icon (or non at all) will do of course.
Added: 1-04-2003   |  Version: 2..6   |  Downloads: 528/528/1
Author:Wilfried Mestdagh   Wilfried Mestdagh   [Homepage]   [DSP files]

© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.
Next 20 files