Professional set of Delphi and C++Builder components for virtual instrumentation

  • Meters, Bars (Gauge), with linear or log(10) scaling
  • Digital indicators (time, value)
  • Operating Point display
  • Dial (knob), Sliders, Trend/Recorder
  • buttons, switches, LED indicators
  • DB-Aware components and many more

By -Neftali- German Estevez.

Freeware + source 15 Dec 2005

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 2010

Description

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 Frank van Bommel.

Freeware + source 30 Dec 2010

Description

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 2002

Description

"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 2007

Description

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 2004

Description

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 Rezmond.

Freeware + source 05 Nov 2002

Description

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 Energobank.

Freeware + source 09 Dec 1998

Description

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

By -Neftali- German Estevez.

Freeware + source 19 Dec 2005

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 2000

Description

Fire demo sample for using TThread, Assembler and fast pixel operations in Delphi.

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 3kB

Platforms: D4

By MecaNet.

Freeware + source 26 Feb 2013

Description

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

By Alexey Novosselov.

Freeware + source 22 May 1998

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

By Serhiy Perevoznyk.

Freeware + source 06 Mar 1998

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

By Geir Ove Andersen.

Freeware + source 19 May 2000

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 Robert Rossmair.

Freeware + source 17 Nov 1997

Description

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 2003

Description

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 2001

Description

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 Georgy Moshkin.

Freeware + source 13 Jan 2010

Description

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 2002

Description

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 09 Jan 2023

Description

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 2002

Description

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 None.

Freeware 08 Apr 2005

Description

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 2008

Description

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 2002

Description

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 2005

Description

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

By Noviyanto Wibowo.

Freeware + source 22 Jun 2010

Description

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 2009

Description

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