PDA

Click to See Complete Forum and Search --> : Printing after compiling


dsherman
Jan 25th, 2000, 01:00 AM
I have written a program in VB5 using standard printing codes. It prints fine uncompiled. After compiling half the page prints fine but the bottom half prints in a tiny font. Then the whole page prints tiny. can anyone helP

MartinLiss
Jan 25th, 2000, 06:24 AM
I don't know why it's only happening from an EXE, but you might be running into the following which is from MSDN Help.
========================================
Some fonts do not support the sizes smaller than 8 points. When you set the Size property for one of these fonts to a size smaller than 8 points, either the Name property or the Size property will automatically change to a different font or a different size. To avoid unpredictable results, each time you set the Size property to a font size smaller than 8 points, examine the values of the Name property and the Size property again after setting it.



------------------
Marty
Why is it called lipstick if you can still move your lips?