SAMPLE: Printing in Visual Basic and CLast reviewed: February 15, 1996Article ID: Q103213 |
The information in this article applies to:
EZPRINT: No-Frills Printing in Visual Basic and C Dennis Crain Microsoft Developer Network Technology Group Created: April 19, 1993
AbstractPrinting from applications written for the Microsoft Windows version 3.1 operating system can be trying at times. This article describes a convenient method for printing from applications using a dynamic-link library (DLL) called EZPRINT.DLL. EZPRINT provides three exported functions--StartDocument, PrintObject, and EndDocument--to start the printing job, print various objects on the page, and end the printing job. The sample DLL code and Visual Basic code that calls EZPRINT are included with this article. You may use the DLL as is or modify it to meet your needs. In its present form, EZPRINT prints text, rectangles, and lines with various attributes. This article was written for developers who have relatively little printing experience and whose printing needs involve text placement and simple line drawing only. Experienced developers can also use EZPRINT as a framework for implementing more sophisticated printing capabilities. Download EZPRINT.EXE, a self-extracting file, from the Microsoft Software Library (MSL) on the following services:
|
Additional reference words: 3.10 softlib EZPRINT.EXE
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |