DA
Dan
November 2, 2004 09:52 PM UTC
ugh - sorry, found the problem, moments after posting this. (doesn''t that always happen?) :)
The DPI settings for the laptop display were set to 125%. I guess that changes the dialog units on the forms and shifts everything down and to the right (probably making the scrollbars go off the visible form)
I remember this from back in the C++ / MFC days, dialog units are relative to the DPI, but thought in .NET this was no longer the case?
Just thought I''d post the answer to my own question here for others.