Font Load on ME PC

Redwoodpec

Newcomer
Joined
Oct 21, 2003
Messages
3
I am using a Font to print a small report.
On my XP PC it works fine but on 2 of my friends PC's
(Which are ME) I am getting an overflow error.

System.ArithmeticException:Overflow or underflowin the arithmetic operation,
at System Windows,Forms,PrintPreviewControl,CalculatePageInfo() at
System,Window,Forms,Control,Invoke MarshaledCallBack()

the VB command I am using is :

label1.Font = New System.Drawing.Font("Arial", 10)

anyone have any ideas?

It works on Win 98 pc as well.
 
Back
Top