G
Guest
The PageSetupDialog seems to have a bug with the PageSettings.Margins property
Whenever I call the PageSetupDialog, hit OK and then show the PageSetupDialog again, it changes the margins (10 mm becomes 3.9 mm). Obviously this has something to do with millimeters to inches conversion (10 / 2.54 = 3.937). Somewhere I read that this was a known bug in VS.NET 2002 and that it was fixed by VS.NET 2003 (see http://dotnet247.com/247reference/msgs/41/208791.aspx). However, I'm using VS.NET 2003 and I still have the problem..
How can I fix this
Guid
Whenever I call the PageSetupDialog, hit OK and then show the PageSetupDialog again, it changes the margins (10 mm becomes 3.9 mm). Obviously this has something to do with millimeters to inches conversion (10 / 2.54 = 3.937). Somewhere I read that this was a known bug in VS.NET 2002 and that it was fixed by VS.NET 2003 (see http://dotnet247.com/247reference/msgs/41/208791.aspx). However, I'm using VS.NET 2003 and I still have the problem..
How can I fix this
Guid