home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Power Pack / Visual_Basic4_Power_Pack.bin / vb4files / ilib_vb / scrollim.dp_ / scrollim.dp
Encoding:
Text File  |  1996-11-20  |  185 b   |  14 lines

  1. program Scrollim;
  2.  
  3. uses
  4.   Forms,
  5.   Uscroll in 'USCROLL.PAS' {ScrollForm1};
  6.  
  7.  
  8. {$R *.RES}
  9.  
  10. begin
  11.   Application.CreateForm(TScrollForm1, ScrollForm1);
  12.   Application.Run;
  13. end.
  14.