Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
TLuaWrap 1
OEExplorer 1.0
Kill EXE 1.0
Collection of Delphi Examples and Delphi Tutorials 2.7
ZipSFX
Dynamic HTML Editing Control Sample 0.1
WAV LowPass Filter Example 1.0
Collection of Delphi Examples and Tutorials
How To Connect natively to Sybase / SQL Anywhere 1.0
Multi-Gradient Designer
FastAntiAlias Programming Sample 1.1
NegativeImage 1.1
Windows Media Player Visualisation 1.0
How to use register a filetype 1.01
FillUnit
Top Code
AboutReg
AdCPUUsage 1.02
ADX Toys 2 OL 2.0
ADX Toys 2 WD 2.0
ADX Toys 2 XL 2.0
AVILoader
Big Bitmap Loader Sample 1.0
Bmp Resource
CDPlayer 1.4
Check App Update Info from Website 1.0.0.0
code source--Document collector
Collection of Delphi Examples and Delphi Tutorials 2.7
Collection of Delphi Examples and Tutorials
CommonCAD 15
Cube object for the DrawFace
Delphi > Samples
Source List
All | Freeware

Code 11-20 of 85   Pages: Go to  << Prior  1  2  3  4  ...  9  Next >>  page  


A sample of a fast supersampling algorithm to build an antialiased image. It also demonstrates the use of TBitmap.ScanLine to speed up acces to a bitmap's individual pixels.



A simple program that demonstrates how to get the negative of an image. It also demonstrates the use of TBitmap.ScanLine to fast pixel access. Note: the GDI API InvertRect() may be faster...Updated with a suggestion from Kerstin Thaler.



Delphi project that implements a simple visualisation and provides the framework for you to write your own visualisation for Windows Media Player (version 7 or later).



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



Free procedure to fill with a color or whatever you want areas of similar color of a bitmap around a specified point (like the paint bucket in the photoretouch software).



################



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



This is a game between two players, each taking turns to place one Uranium 235 atom in a grid. Any atom that has three (3) or more atoms adjacent to it immediately goes critical and explodes, thereby destroying itself and its immediate neighbours,



We are developing the CommonCAD component at the prog.hu which is a Hungarian programming discussion forum. The full featured system will handle: Drawing; Object naming, tree view; Object recognition; Zoom, shift; Grip points,



Author is working on the Drawface Component Library's 3d extension. Here are the TCube and the TFace classes. The TFace object has a RenderStyle property and the DrawFace provides a very basic Rotation function.