home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April A
/
Pcwk4a98.iso
/
PROGRAM
/
DELPHI16
/
Calmira
/
Src
/
SRC
/
TASKBAR.DPR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-15
|
197 b
|
15 lines
program Taskbar;
uses
Forms,
WinProcs,
Task in 'TASK.PAS' {Bar};
{$R *.RES}
begin
if HPrevInst <> 0 then exit;
Application.CreateForm(TBar, Bar);
Application.Run;
end.