The easiest and best way to develop scrollable, printable forms in Visual Basic. Put an LSPaper control on your form, set the paper size/margins and lay out child controls on top of it.
WYSIWYG logic prints Labels, Textboxes, Shapes, Lines, Graphs, metafiles and OLE objects at high res. without programming. Supports 256-color bitmaps too. No need to worry about printer dialogs, Abort procs and so on.
Event-based printing allows you to loop or skip any step û ideal for mail-merge and reporting apps. Intelligent defaults for every property make it efficient for prototyping/RAD, while an extensive system of inheritance allows you to customize and fine-tune as much as you wish.
At-a-glance