|
-
Jan 25th, 2000, 02:00 AM
#1
Thread Starter
New Member
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
-
Jan 25th, 2000, 07:24 AM
#2
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|