Design, explore and maintain databases, build compound SQL query statements, manage database user rights, and manipulate data fast and convenient.
By Alex Wernhardt.
Freeware + source 03 Apr 1997Description
A sample application which shows: How to put a dialog in a DLL; How to call a function from a DLL; How to get information about Version Information in a File, in this case the sample application; How to use Some Useful API Functions; How to get Information from Windows Registry; How to start an …Informations
- Status: Fully functional
- Source: Included
- Size: 26kB
Platforms: D2
Description
This example show how to create different Threads and to work with them. It provides the basic level but it can help somebody to learn the basic operation, like creating threads, start them, pause/resume and modify their priority.Informations
- Status: Fully functional
- Source: Included
- Size: 176kB
Platforms: D6
By Frank van Bommel.
Freeware + source 30 Dec 2010Description
Example of how to detect the running operating system while using just a small Delphi application, currently supports detection of: ’Unknown’, ’Windows 95’, ’Windows 98’, ’Windows 98SE’, ’Windows ME’, ’Windows NT4’, ’ …Informations
- Status: Fully functional
- Source: Included
- Size: 411kB
Platforms: D2005, D2006, D2007, D2009, D2010, D7
By Troels Jakobsen.
Freeware + source 08 Jul 1999Description
A documented demo on how to make your own applets for the Windows Control Panel.Informations
- Status: Fully functional
- Source: Included
- Size: 154kB
Platforms: D2, D3, D4
By Frank van Bommel.
Freeware + source 30 Dec 2010Description
Create Shortcuts is a Delphi program that has 6 buttons, 3 pairs, two for creating and deleting a shortcut to your program in the Start Menu, two for doing that in the Startup section, and two for doing that in the Desktop section of the registry, you can easily see how these could help anyone when …Informations
- Status: Fully functional
- Source: Included
- Size: 417kB
Platforms: D2005, D2006, D2007, D2009, D2010, D7
By M. Jastrebtsoff.
Freeware + source 05 Jul 2002Description
"The aim of this work is to describe some aspects of NT services creation in Delphi. I’m not going to touch upon facts that have been already described by other authors. I’ll cover not evident and not enough described things. That is: A service start under a user that is distinctive …Informations
- Status: Fully functional
- Source: Included
- Size: 23kB
Platforms: D4, D5, D6
By Production Robots Engineering.
Freeware + source 26 Jul 2007Description
In Windows NT each process has its own address space. If you want to pass data to another process this can be a problem. One way around this is to allocate some memory in the address space of another process then use that to pass the data, using a Windows Message. All you need is the window handle of the target window.Informations
- Status: Fully functional
- Source: Included
- Size: 4kB
Platforms: D6
By William Bouter.
Freeware + source 14 May 2004Description
Small programm (source included) to set/move the Windows desktop icons positions. For Windows XP only. Thanks to Anthony Baratta / Alexander Kramarenko for the included units.Informations
- Status: Fully functional
- Source: Included
- Size: 17kB
Platforms: D7
By Nelson Chu.
Freeware + source 26 Oct 1998Description
This demo shows how to make sprite animation on the Windows 95 desktop using direct desktop painting method.Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 170kB
Platforms: D2, D3, D4
By Rezmond.
Freeware + source 05 Nov 2002Description
This shows you how to inject a DLL into a target process using VirtualAllocEx and CreateRemoteThread. It can be used for adding additional functionality to exisitng applications. It can also be adapted for hooking API calls. Although it uses some NT functions not available under Windows 9x.Informations
- Status: Fully functional
- Source: Included
- Size: 9kB
Platforms: D2, D3, D4, D5, D6, D7
By Alex Wernhardt.
Freeware + source 17 Apr 1997Description
A sample application which shows: How to use API Font Enumeration functions; How to use Callback functions.Informations
- Status: Fully functional
- Source: Included
- Size: 11kB
Platforms: D2
By Energobank.
Freeware + source 09 Dec 1998Description
Simple example, illustrating file system passing with using a recursion.Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 147kB
Platforms: D2, D3, D4
Description
Extended sample of threads execution (Basic sample modified) to show how the number of threads can be changed (by user) to execute a concrete task. A maximum number (by the user) is defined and sendt to the threads. When first are finishing the main form create new one until completing all the process.Informations
- Status: Fully functional
- Source: Included
- Size: 187kB
Platforms: D6
By Yavuz Sevgi.
Freeware + source 27 May 2000Description
Fire demo sample for using TThread, Assembler and fast pixel operations in Delphi.Informations
- Status: Fully functional
- Source: Included
- Size: 3kB
Platforms: D4
By Max Zabalov.
Freeware + source 21 May 1999Description
Application whick allows to dysplay Windows fonts in different code tables.Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 130kB
Platforms: D3, D4
By MecaNet.
Freeware + source 26 Feb 2013Description
Unit to Get Windows Version. Updated to Windows 8.Informations
- Status: Fully functional
- Source: Included
- Size: 4kB
Platforms: D2, D2005, D2006, D2007, D2009, D2010, D3, D4, D5, D6, D7, DXE, DXE2, DXE3
Description
In this example you can see how dynamically call funtions from DLL’s, how to use some API functions, use exe file like library and something more.Informations
- Status: Fully functional
- Source: Included
- Size: 12kB
Platforms: D3
Description
This is a little example on how to accept files dragged in your application from the Windows Explorer. The accepted files are loaded into a TMemo component and the associated icon is put in a TPicture component.Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 168kB
Platforms: CB1, CB3, CB4, D2, D3, D4
Description
This example show how you can check some registry entries (in this example "SharedDlls" entry) for errors (use with caution), also here you can see how use some ShellAPI functions and how you can remove application icon from Task Bar. Requires Registry Package.Informations
- Status: Fully functional
- Source: Included
- Size: 4kB
Platforms: D2, D3
By Tim Novikov.
Freeware + source 26 Aug 1999Description
Sample program that demonstrates how to get information about currently running processes, their threads and heaps (under Windows 95 only).Informations
- Status: Fully functional
- Source: Included
- Size: 4kB
Platforms: D3, D4
Description
Sample showing how to modify the system menu in forms (change, delete, add new items in menu) and example of showing the ShellAbout dialogue (as in standard Windows programs).Informations
- Status: Fully functional
- Source: Included
- Size: 2kB
Platforms: D1, D2, D3, D4
Description
This is sample how you can set default printer in Windows 95. Also, bug in in VCL found and commented.Informations
- Status: Fully functional
- Source: Included
- Size: 5kB
Platforms: D3
Description
This sapmle shows how to register a filetype, how to add an entry to a context-menu of a filetype and how to add some entires in the "new"-submenu of Windows95/ NT. The update fixes a bug that could delete the whole HKEY_CURRENT_USER Key when using Delphi version above than 3.Informations
- Status: Fully functional
- Source: Included
- Size: 6kB
Platforms: D2, D4, D5
By Huet Bartels.
Freeware + source 08 Jun 1997Description
This demo will show you how to read, write, delete items from the Registry and display specific items.Informations
- Status: Fully functional
- Source: Included
- Size: 8kB
Platforms: D2
By David Spies.
Freeware + source 23 Jun 1997Description
This is a study on using Win32 memory mapped files. "I got interested in this trying to find the best way to share information between different applications in a package we distribute at work. Essentially, when a user logs into our system, a list of things within our application the user is permitted to do is created.Informations
- Status: Fully functional
- Source: Included
- Size: 14kB
Platforms: D2, D3
Description
This is a small sample program that lets you find items from the Registry, and enter them in a listbox. OK for beginners who wish to learn Registry programming.Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 107kB
Platforms: D4, D5
By Andy Strong.
Freeware + source 27 Feb 1997Description
Have you ever had to stop a screen saver executing from within an application? Have you ever had to force the screen saver to start immediately? Do you want to know an easy way to provide a disconnected debug output window for any status information you care to write to it? If the answer to any of the above is yes, …Informations
- Status: Fully functional
- Source: Included
- Size: 7kB
Platforms: D1
By Robert Rossmair.
Freeware + source 17 Nov 1997Description
Describes how to write an exception wrapper. Minor changes since version 1.0 for the sake of completeness and a hint to the CPU window, a hidden feature in Delphi32.Informations
- Status: Fully functional
- Source: Included
- Size: 2kB
Platforms: D1, D2, D3
By David M. Gilbert.
Freeware + source 28 Feb 2003Description
This is a simple example on how to read from and write to an ini file. This exapmle uses the TINIFiles component in Delphi.Informations
- Status: Fully functional
- Source: Included
- Size: 7kB
Platforms: D5, D6, D7
By ALDYN Software.
Freeware + source 04 Sep 2001Description
This sample application shows how to implement the MIDAS server in NT Service application. The example includes detailed step-by-step instructions.Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 843kB
Platforms: D3, D4, D5, D6
By Mauro Rubinetti.
Freeware + source 31 Oct 2006Description
Easy code for returns the name of the user logged and the name of the computer.Informations
- Status: Fully functional
- Source: Included
- Size: 204kB
Platforms: D2005, D3, D4, D5, D6, D7
By Georgy Moshkin.
Freeware + source 13 Jan 2010Description
Tiny machine code assembler written fully in Delphi language. Generates win32 executables. Main idea behind pe-ASM is simplicity. Written fully in Delphi language. It is good when assembler source code itself is below 100kb size. It is better when it is below 50kb. And it is best when it around 25kb.Informations
- Status: Fully functional
- Source: Included
- Size: 35kB
Platforms: D2005
By 2p plus.
Freeware + source 17 May 2002Description
Simple process, module and thread lister. It's possible close process even if UAE appears.Informations
- Status: Fully functional
- Source: Included
- Size: 6kB
Platforms: D5, D6
By Chen JingTao.
Freeware + source New 09 Jan 2023Description
RDP VirtualChannels Demo,Write by Delphi,include DynamicVirtualChannels and StaticVirtualChannels.Full Source code.Informations
- Status: Fully functional
- Source: Included
- Size: 663kB
Platforms: D10, D10.1, D10.2, D10.3, D10.4, D11, D11.1, D7, DXE64
By Object Vision Associates, Inc..
Freeware + source 11 Apr 2002Description
Did you know that a time/date stamp is applied to each and every key in the Registry indicating when a Registry Key or one of its data values was created or is modified? The Registry Date/Time Demo was written to reveal this functionality and also to demonstrate how one software program can send Window’ …Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 357kB
Platforms: D5, D6
By Meik Weber.
Freeware + source 04 Mar 1997Description
Screen Saver written for Windows 95 with Delphi 2.0.Informations
- Status: Fully functional
- Source: Included
- Size: 16kB
Platforms: D2
By None.
Freeware 08 Apr 2005Description
Edit/Loads the shortcut in a MainMenu to a INI-File.Informations
- Status: Fully functional
- Source: On request
- Size: 8kB
Platforms: D2005, D4, D5, D6, D7
By BrandsPatch.
Freeware + source 06 Nov 2008Description
When digital copies of documents, photographs and transparencies are made they end up with the wrong timestamp - the instant when the file was actually created. Here we demonstrate how the Windows SetFileTime function can be used to redress the problem. Note that the range of valid timestamps that …Informations
- Status: Fully functional
- Source: Included
- Size: 260kB
Platforms: CB5, CB6, D3, D4, D5
By Istrate Catalin.
Freeware + source 01 Apr 2002Description
Just find your shell folders from Windows XP and Windows 2000.Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 176kB
Platforms: D5, D6
By Adil Aliev.
Freeware + source 04 Dec 2005Description
Sample program which moves start menu from left to right and from right to left. It uses WinAPI.Informations
- Status: Fully functional
- Source: Included
- Size: 232kB
Platforms: D2005, D2006, D6, D7
Description
System Investigation 2. Read a lot of info of the Windows Environment.Informations
- Status: Fully functional
- Source: Included
- Size: 49kB
Platforms: D3, D4, D5
By Noviyanto Wibowo.
Freeware + source 22 Jun 2010Description
This is a sample application to make your taskbar transparent.Informations
- Status: Fully functional
- Source: Included
- Size: 207kB
Platforms: D7
By Olaf Hess.
Freeware + source 27 Jan 2009Description
This program demonstrates how to use up to 2.5 GB of RAM on the 32bit versions of Windows XP Prof. and Server 2003 and up to 3.5 GB of RAM on the 64bit versions of Windows XP, Vista, Server 2003 and 2008. This is accomplished by instructing the Delphi linker to set the IMAGE_FILE_LARGE_ADDRESS_AWARE …Informations
- Status: Fully functional
- Source: Included
- Size: 63kB
Platforms: D2005, D2006, D2007, D2009, D7
By Alin Flaider.
Freeware + source 05 Dec 1996Description
Baby WebBrowser example for HTML object and BabyFTP example application for FTP control in MS Internet Control Pack. Requires but does not include MS ICP.Informations
- Status: Fully functional
- Source: Included
- Size: 250kB
Platforms: D2
Description
This demo show how one application (Ap_1) start another (Ap_2) and send some parameters to Ap_2 , if Ap_2 already running Ap_1 just sent parameters to Ap_2. Also you cannot start Ap_2 without Ap_1, and if Ap_2 running and you try to start Ap_2 you just bring Ap_2 window to top of you screen.Informations
- Status: Fully functional
- Source: Included
- Size: 14kB
Platforms: D2, D3, D4