Delphi 6.0x freeware
Graphical Controls

[ 3DEngine.zip ] [ 223,737 bytes ] [ Freeware ] [ With Source ]
[ D5 | D6 | D7 ]
3D rendering engine for Delphi

Includes source code for handling 3D graphics without using an API, such as OpenGL.

Includes code for :

  • Building a 3D model
  • Translating the model
  • Rotating the model
  • Rendering the model
  • Flat shading
  • Gouraud shading
  • Lighting
  • Back-face culling
  • Z-Buffering
  • (!) Does not yet include texture mapping
Also includes an example delphi project and executable of a 3D juggling club to demonstrate how to use the code.
Added: 12-05-2003   |  Version: n/a   |  Downloads: 4909/4909/53
Author:Peter Bone   [Homepage]   [DSP files]

[ BM.zip ] [ 34,922 bytes ] [ Freeware ] [ With Source ]
[ D6 | D7 ]
TWO THINGS

FIRST : New MessageBox with Free Button's Name and Button's Number, and HTML formatted Message.

Example

...

Message := /* an HTML String */ ;

Buttons := 'Yes#13No#13Perhaps#13I don't know' ;

Answer := BM('Do you love me ?',Message, Buttons) ;

Case Answer of

1 : // Yes

2 : // No

3 : // Perhaps

4 : // I don't know

End ; // Case

...

Very easy to use.

SECOND : Function BM use HTML interpretor :

TextHTMLOut( TargetCanvas, X, Y, HTMLString, {Var} Height) ;

Wich can be use to create THTMLLabel, THTMLButton,

THTMLEdit, or directly used on FormPaint event manager

bm.zip contains :

PTestUBM.dpr 194 octets (sample dpr)

DDU_Public.pas 145 841 octets (TextHMLOut function)

UBM_Public.pas 5 557 octets (BM function)

UTestUBM.pas 692 octets (sample pas)

PTestUBM.res 876 octets (sample res)

UBM_Public.dfm 493 octets (sample dfm)

UTestUBM.dfm 498 octets

COMMENTS ARE WAITED

but I my main language is French

If you speak French ....


Added: 2-11-2005   |  Version: 1.0   |  Downloads: 193/193/22
Author:Diégo DELPY   Assemple Informatique SARL   [Homepage]   [DSP files]

[ cornerpanel.zip ] [ 2,946 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 | D6 | C4 ]
TCornerPanel is an L-shaped panel component. Includes 3D, Line or no borders.
Added: 10-03-2002   |  Version: 0.1   |  Downloads: 3758/3758/17
Author:Raoul Snyman   Saturn Laboratories   [Homepage]   [DSP files]

[ cursorview.zip ] [ 5,086 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 ]
TCursorView is a windowed control for displaying a static or animated cursor on a form. The control uses standard STATIC class of Windows API to show and animate the cursor.
Added: 7-04-2003   |  Version: 1.01   |  Downloads: 1331/1331/15
Author:Kambiz R. Khojasteh   [Homepage]   [DSP files]

[ delgraph.zip ] [ 4,888 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 | D5 | D6 ]
This unit contains the graph.tpu-commands of TurboPascal 7.0. Use to fast convert old Pascal program with graphic-commands like setcolor, putpixel, rectangle etc.; use original colors. Easy to use. Only write e.g. Initgraph(Form1.canvas, 1024, 768); and now draw. The delgraph-Unit is not completed yet (Beta), but a little help. Should work in all Delphi-Versions.
(Update, debugged)
Added: 13-05-2001/7-03-2004   |  Version: 0.75   |  Downloads: 5690/5690/14
Author:Matthias Henckell - MATHEsoft   [Homepage]   [DSP files]

[ gdasrc.zip ] [ 257,271 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 | D5 | D6 ]
TImagePlus/TDbImagePlus
TImageTwain/TDbImageTwain
These Components make using Twain Scanners & Cameras simple
Built-in popup menu with Cut / Copy / Paste // Open / Save As / Stretch / Center / Aspect // Select Source / Acquire image and more
This release includes Flip & Mirror
It maintains the correct aspect ratio when stretching images if Aspect is selected
Now with Deutsch, English, Espanol, French, Nederlands, Turkish & Russian resources,
Speak another language ?, translate gdaconst.rc and send it to us
We are looking for somebody to help test this with C++ Builder
Can you help to improve this product? contact us now!

The Developers are members of the Global Developers Alliance, a programming group for developers by developers

Added: 28-05-2000/22-04-2002   |  Version: 1.4.7   |  Downloads: 15761/15632/51
Author:Peter Ivan Dunne   [Homepage]   [DSP files]
Hans Vandepapeliere   [Homepage]   [DSP files]
Omer Yasar Can   [Homepage]   [DSP files]
Philippe Descat   [Homepage]   [DSP files]
Peter Ivan Dunne   Global Developers Alliance   [Homepage]   [DSP files]
Peter Ivan Dunne   Ersin Eyibas   [Homepage]   [DSP files]
Ernesto Cullen   [Homepage]   [DSP files]
Eugene Jashin   [Homepage]   [DSP files]

[ gradient.zip ] [ 19,270 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 ]
This component is an extremely fast gradient fill control, so fast that you can even animate gradient colors. It has 23 built-in fill styles and provides an event to create easily custom gradients. In addition, TGradient can shift and/or rotate the gradient colors.
Added: 10-02-2002/9-08-2004   |  Version: 2.522   |  Downloads: 6136/6116/34
Author:Kambiz R. Khojasteh   [Homepage]   [DSP files]

[ graph64lib_full.zip ] [ 349,398 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 | D6 ]
Fast free graphics library for delphi. New version of old Graph64 lib. Many news features and better code organization. More TBitmap compatible, DelphiX support ... blendings functions(bmCopy, bmDisolve, bmLens, bmGrayScale, bmBlendAdd, bmLightness, bmDarkness, bmAlpha, bmAlphaTransform. bmShadow, bmAxialTransparency). Cliping, plug-in like style for blending ... Example included ... Now with Filter mode support.
Added: 16-04-2000/19-08-2002   |  Version: 0.1f   |  Downloads: 11343/10641/20
Author:Pavol Stugel   Pavol Stugel   [Homepage]   [DSP files]

[ GRuler.zip ] [ 7,893 bytes ] [ Freeware ] [ With Source ]
[ D6 | D7 ]
Horizontal and vertical rulers. The rulers are sizeable and scale automatically pretty well. They can show the current cursor position on the ruler with minimal coding. They support English and Metric measure as well as custom units.
Added: 30-12-2003   |  Version: 1.0   |  Downloads: 1981/1981/28
Author:Greg Butler   [DSP files]

[ link: download.htm?dl=LEDArray ] [ size n/a ] [ Freeware ] [ With Source ]
[ D5 | D6 ]
TLEDArray A LED-array component descended from TShape. Features round, round-squared and squared LED-shapes. Sourcecode and demo is supplied.
Added: 23-09-2003   |  Version: 1.0   |  Downloads: n/a
Author:Mats Asplund   Mats Asplund   [Homepage]   [DSP files]

[ link: download.htm?dl=mLED ] [ size n/a ] [ Freeware ] [ With Source ]
[ D5 | D6 ]
TmLED A LED-imitation component. Four colors, three sizes. Sourcecode and demo supplied.
Added: 23-09-2003   |  Version: 1.0   |  Downloads: n/a
Author:Mats Asplund   Mats Asplund   [Homepage]   [DSP files]

[ link: download.htm?dl=mWImage ] [ size n/a ] [ Freeware ] [ With Source ]
[ D5 | D6 ]
TmWImage A component with six different animated images to be used when your application is doing something that's worth waiting for. Wheel-, clock-, compress-, sleep-, typewriter- and pen- imagestyles Sourcecode and demo supplied.
Added: 23-09-2003   |  Version: 1.0   |  Downloads: n/a
Author:Mats Asplund   Mats Asplund   [Homepage]   [DSP files]

[ link: english.html ] [ size n/a ] [ Freeware ] [ With Source ]
[ D6 ]
TdzXYChart can draw a two dimensional chart using different formats for lines and points. It automatically scales the axes. It can also draw a bar chart. The number of data series containing the values is virtually unlimited. A special chart type called ctAlternateLine allows to have lines from -infinity to +infinity (think quality control charts). The point styles psUpArrow and psDownArror allow to mark specific points with an up or down arrow. New in version 2.1.0 is the ability to draw multi value data series as High/Low High/Low/Open/Close and Candle charts.
Please note that this component is for Delphi 7 and Kylix 3 only. It might work with Delphi 6 but I have not tested it.
Added: 18-10-2004   |  Version: 2.1   |  Downloads: n/a
Author:Thomas Mueller   [Homepage]   [DSP files]

[ link: RtColorPicker.exe ] [ size n/a ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 ]
The TColorPickCombo is a component for Borland Delphi compilers which gives you the option to select colors from a control placed inside a toolbar or on any place inside a form. A color palette shows the currently selected color as a depressed button. The left major part of the palette shows different shades of the major colors. At the right side some colors from the Windows# system setting are listed. If you point the mouse for some seconds to the palette item, a hint will pop up showing a description as e.g. #Button Face# or #Window#.
Please give a proper credit in the about box
Added: 3-12-2002   |  Version: 1.00   |  Downloads: n/a
Author:Horst Reichert   [Homepage]   [DSP files]

[ iconlabel.zip ] [ 2,491 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 | D6 ]
IconLabel.pas (ver 1.00) contains the component: TIconLabel which is a modified TLabel Component. You can add an Icon-Bitmap to the Label for better use in your Application GUI's.
Added: 8-07-2002   |  Version: 1.00   |  Downloads: 2000/2000/9
Author:Markus Thielen   Markus Thielen   [Homepage]   [DSP files]

[ jpgimg.zip ] [ 325,719 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 | D5 | D6 ]
Native VCL JPEG image based upon the PasJPG library. Loading and saving of JPEGs, and a data-aware JPEG image. Some additions made by Andreas Hörstemeier to the original component from Luciano (with his permission of course)
Added: 3-11-1997/28-08-2001   |  Version: 1.3a   |  Downloads: 9001/8994/16
Author:Andreas Hörstemeier   [Homepage]   [DSP files]

[ LCDScreen.zip ] [ 392,142 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 | D6 | C4 | C5 ]
A fully customizable reallistic multilines LCD screen with impressive and smart special effects, scrolling and animation features. New in 2.5: - D6 support; - Pix per Pix animation and scrolling [Most wanted feature!]; - Two new special effects; - Improved editors; - Updated Help and Demo files.
Added: 13-02-2000/31-01-2002   |  Version: 3.0   |  Downloads: 15805/14215/28
Author:Jacques VOIRIN   Jacques Voirin   [DSP files]

[ picshow.zip ] [ 1,225,421 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 ]
TPicShow is an image slider control with 150 transactional effects in pure Delphi code. The major characteristics of PicShow are:
  • Image transition can be controlled programmatically
  • Image can be stretched or centered in the client area of the control
  • Control can show a background image as centered, stretched, or tiled
  • Transition process can use a separate thread
  • New transitional effects can be easily implemented and added to the control
TDBPicShow is the data-aware version of TPicShow with ability to load bitmap, jpeg, and metafile images (natively) from a blob field.
Added: 26-03-2000/25-07-2005   |  Version: 3.10   |  Downloads: 14748/14684/36
Author:Kambiz R. Khojasteh   [Homepage]   [DSP files]

[ psvshine.zip ] [ 6,482 bytes ] [ Freeware ] [ With Source ]
[ D5 | D6 | D7 ]
Add shine to your standard controls. Just drop psvShine to your form, select control and activate shine. You will see small animated spark on selected control.
Added: 25-03-2003   |  Version: 3.0   |  Downloads: 2724/2724/21
Author:Serhiy Perevoznyk   Serhiy Perevoznyk   [Homepage]   [DSP files]

[ rotateimage.zip ] [ 45,407 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 ]
TRotateImage is a component similar to TImage with the ability to show the image rotated at an arbitrary angle.
Added: 17-07-2000/8-12-2003   |  Version: 1.4   |  Downloads: 9904/8649/44
Author:Kambiz R. Khojasteh   [Homepage]   [DSP files]

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