Jarod Posted June 23, 2003 Posted June 23, 2003 Does anyone has already faced that problem ? We are developping on two machines. We create a simple form on Machine A and put a panel on it, size 1000x100 We save and do a check in (we user Visual Source Safe) On Machine B, we get the project and the form. When looking in the vb file, we see the size 1000x100. Ok, good Then looking on the form : the panel has been resized (size : 1280x100) Strange.... We check the file out to resize the panel to 1000x100 and do a check in We can see the correct size both in vb and form On Machine A, we get the file, see 1000x100 on vb file and another size on the form.... Have you already seen that ??????? Quote Jarod
Jarod Posted June 23, 2003 Author Posted June 23, 2003 In the previous exemple, you should read that both width and height are resized when we change of machine Quote Jarod
*Gurus* divil Posted June 23, 2003 *Gurus* Posted June 23, 2003 I think forms automatically increase in size when the system is set to display large fonts (i.e., the DPI is higher). Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Jarod Posted June 23, 2003 Author Posted June 23, 2003 Yep, you're right. I was thinking this property was only working at runtime and not at design time... Setting that property (AutoScale) to false or working with the same police size solve the "problem" Thanks Divil ! Quote Jarod
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.