Demo applications

Empty

10-Mar-2003
12K

Empty form. Minimal possible GUI application is generated (11K size of executable). MCK, Delphi5 required. Minimal project (KOL only version) also provided, which does not require MCK.

KOL only several projects

10-Mar-2003
34K

Several projects, written in KOL without MCK.

KolBitmap

4-Feb-2003
18K

Loading bitmaps from files at run time and displaying it on the form. Clear KOL (without MCK).
Author: Thaddy de Koning
Home: http://thaddy.co.uk/

Bitmap2PaintBox

4-Feb-2002
19K

Bitmap is loaded from the resource and painted in the Paintbox. MCK, D5.

WordWrapBitBtn

26-Mar-2003
17K

BitBtn with word-wrap caption, implemented placing word wrap label as a child on bit btn control. MCK, D5.

MenuBitmaps & MenuMeasureItem

16-Sep-2002
76K

Two samples of using bitmap with menu item with resizing bitmap or menu item to fit an image in the menu. MCK, D5.

DynamicMenus

7-Oct-2002
26K

An example of dynamic menu creation. MCK, D5.

2Forms

12-Feb-2002
22K

A sample of working with 2 forms. MCK, D5.

Splash

29-Aug-2002
20K

A sample of showing splash form during long initialization of the application. MCK, D5.

ModalForm

4-Feb-2002
17K

A sample of creating modal form which is destroyed after displaying it. MCK, D5.

ModalHide

4-Feb-2002
25K

Modal form with hiding it after showing as a modal dialog, rather then destroying it. MCK, D5.

ModalVCL2KOLDLL

2-Dec-2003
8K

Example of calling KOL/MCK form modal from VCL project. VCL, MCK, D5.

MDI

14-Apr-2003
10K

Example of creating MDI application, with detailed "how-to". VCL, MCK, D5.

Frames

1-May-2002
17K

Example of dynamic creating and removing frame. VCL, MCK, D5.

ProgressBar

4-Feb-2002
24K

Smooth colorized progress bar. MCK, D5.

StayOnTop

4-Feb-2002
14K

Changing "Stay On Top" state dynamically. MCK, D5.

MyException

12-Feb-2002
20K

Demonstrates using try-except with KOL. MCK, D5. The unit error.pas from the kol_err.zip archive used.

NoFlicks

12-Feb-2002
18K

Creating temporary cover form to avoid flicks during some changes on covered form which can flick. MCK, D5.

TrayIcon

13-Feb-2002
16K

Demonstrates Tray Icon. MCK, D5.

TrayOnly

16-Feb-2002
19K

Invisible application with tray icon only and popup menu. Demonstrates also minimizing the application. MCK, D5.

Thread

14-Mar-2002
19K

Example of using TThread. MCK, D5.

CABExtract

13-Feb-2002
20K

Example of extracting Cab-file including all subdirectories stored in it. MCK, D5.

ShellBrowser

16-May-2002
35K

Example of using DirTreeView and ListView as a small file browser. MCK, D5.

CplSample

19-May-2002
9K

Example of creating Control Panel Applications, can be used as a stub. MCK, D5.
Author: Boguslav Brandys

ListViewChkBoxes

3-Jun-2002
20K

Using check boxes in list view to be compatible with any MS IE version including 3.0. MCK, D5.
Author: Mike Sevbo

ListView Custom Draw

12-Apr-2007
20K

Using custom draw of the list view in lvoDetailNoHeader mode. MCK, D6.
Author: Vladimir Kladov

ClientServer

3-Jun-2002
34K

Client-Server (Sockets) demo, with a small socket objects. MCK, D5.
Author: Mike Sevbo

CGI WebCount

7-Oct-2002
4K

CGI-application, generates a counter in jpeg-file to pass it to Web-client, uses one of installed system fonts. KOL, D4+, Apache. See also compiled exe in Applications section.
Author: Andrey Chebanov
Home: http://pascal.vov.ru/

Actions

27-Sep-2003
25K

TAction demonstration.
Author: Yuri Sidorov

RichEdit

13-Dec-2003
18K

How to add 10 lines to rich edit, coloring it with 10 different colors.

TreeView (drag items)

25-Oct-2005
25K

How to add items to tree view, enumerate items in tree view, move items in tree view, drag it and drop to a desired location.

Non-modal forms from DLL

9-Nov-2005
39K

How to call non-modal KOL forms from KOL application using threads.
Author: MTsvDN

Open GL demo

23-Apr-2006
26K

Simple Open GL demo based on a sample from MSDN (uses KOLOGL12)
Author: Vladimir Kladov

Smooth scrolling on paint box using thread.

14-Mar-2010
27K


Author: Vladimir Kladov

Virtual List View with check boxes.

15-May-2010
18K


Author: Vladimir Kladov

Converting bitmap to jpeg.

24-Aug-2010
57K


Author: Vladimir Kladov
 

Copyright (C) 1999-2006 by Vladimir Kladov