As soon as I draw anything on a form in vb.net and
try to run it, i get this error message:

An unhandled exception of type 'System.ArithmeticException' occurred in system.drawing.dll

Additional information: Overflow or underflow in the arithmetic operation.

It points to the code that vb.net generates. I can't draw anything on the form. As soon as i draw a label or button and run it i get that message. Any ideas? Should I get a new copy of the system.drawing.dll?

Thanks