davidrobin Posted March 29, 2004 Posted March 29, 2004 There was a well known bug in PageSetupDialog in Framework 1.0 and it is still there in 1.1 when using metric measurment system: For example show the pagesetupdialog and set the left margin to 25.4 mm (1 inch) and press ok. Now show it again and the value is now 10 (divided by 2.54 to be converted to inch and set the print document margin which is measured by 0.01 of inch, but not converted back to mm at subsequent ShowDialog). Does anyone know of a work around for this? How do you change the measurements from millimetre to inch? Quote
rbulph Posted November 8, 2006 Posted November 8, 2006 Still there in .net 2005. You can set the EnableMetric property of the PageSetUpDialog to True, and that helps. But then you get oversized margins initially, and maybe you then get the opposite problem on a computer which uses imperial measurements. Quote
davidrobin Posted November 10, 2006 Author Posted November 10, 2006 RE: PageSetupDialog bug with margins Still there in .net 2005. You can set the EnableMetric property of the PageSetUpDialog to True' date=' and that helps. But then you get oversized margins initially, and maybe you then get the opposite problem on a computer which uses imperial measurements.[/quote'] I hadn't checked 2005 for this one but it's annoying that it's still there. I had hoped and actually expected it would be sorted in 2005. Ah well................. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.