Resetting Floating-Point Control
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, Working in c# .NET 1.1 Windows Forms. I'm getting "Overflow or underflow in the arithmetic operation" error when changing font color/size after calling a class from a .dll file. My research suggests that the unmanaged code has changing the Floating-Point Control Register. Does anyone have C# code to reset Floating-Point for all Form controls? Thanks, Ron