home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C!T ROM 5
/
ctrom5b.zip
/
ctrom5b
/
PROGRAM
/
DELPHI
/
LCSIPPT
/
SAMPLES
/
SAMPLE.DPR
< prev
Wrap
Text File
|
1995-04-11
|
201b
|
14 lines
program Sample;
uses
Forms,
Mainfrm in 'MAINFRM.PAS' {MainForm},
WinSock in 'WINSOCK.PAS';
{$R *.RES}
begin
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.