Form "auto resizing"

Jarod

Well-known member
Joined
Feb 5, 2003
Messages
82
Location
Bruxelles
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 ???????
 
I think forms automatically increase in size when the system is set to display large fonts (i.e., the DPI is higher).
 
Yep, youre 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 !
 
Back
Top