I'm having a problem with the way some dialog boxes (windows Forms in VB.Net) appear on different machines. On most machines, the dialog boxes look fine, but on a couple of others, the sizing is wrong, which results in some controls being cut off. Any ideas of why this happens? Thanks.
--Clay
Clayton WalnumPosted Mar 25, 2008, 7:51 AM
Yep, it turned out to be a DPI thing. There are several controls that I'm sizing and placing programmatically, and I wasn't considering the size of the font. Thanks for the reply.
--Clay
Per Grill NielsenPosted Mar 23, 2008, 1:02 PM
Hi
Maybe it can have something to do with the dpi setting. Check the display properties, Settings tab and then click on Advanced.
This is just a wild guess :-)
Per Grill