home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April A
/
Pcwk4a98.iso
/
PROGRAM
/
DELPHI16
/
Calmira
/
Src
/
SRC
/
TASKBAR.DPR
< prev
next >
Wrap
Text File
|
1996-08-15
|
197b
|
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.