Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB PrintForm Method Pixelated Font
Name: Jay Date: November 21, 2003 at 14:38:29 Pacific OS: Win xp CPU/Ram: dual athlon 1.5g, 1g ddr
Comment:
I am trying to write an app that generates forms and uses the PrintForm method to print. The problem is that on the screen the fonts are a pixelated approximation, not the actual font. My text is in a text box control. Is there a way to force the app, or force windows, to show the actual font on the screen so that my screen print has good text?
Summary: I have a borderless form, with a series of labels on it. The size of the form exceeds the resolution, so you can only see the top half of the form. When I use the printform method, it only prints t...
Summary: I have the following problems when I tried to print a form horizontally from the PrintForm Method of VB 4 by the following commands, but they doesn't work properly. Printer.Orientation = vbPRORL...