home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic 4 Power Pack
/
Visual_Basic4_Power_Pack.bin
/
vb4files
/
mailx4
/
demo2.dp_
/
demo2.bin
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-11-20
|
211 b
|
14 lines
program Demo2;
uses
Forms,
Main2 in 'MAIN2.PAS' {DemoForm},
Mailsys4 in 'MAILSYS4.PAS' {MailSystem};
{$R *.RES}
begin
Application.CreateForm(TDemoForm, DemoForm);
Application.Run;
end.