Controls are resized from one computer to another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am developing a Windows Forms application which is the client of an XML
Web Service.
When running this application on my development system, forms and controls
are showing as designed in the IDE.
When I run my application on any other computer, every forms and controls
are a little smaller than they should be, so some text and pictures are not
fully displayed.
Of course, all computers are running .NET Framework 2.0.50727.
Maybe I should add that I started developing my application with the VS2005
Beta 2 version, which used the 50620 build of the .NET Framework, but I don't
think it really matters.

If anyone has an idea, I would be happy to hear about it :)

Screenshots available...
 
Hi,

Thanks for your reply. In fact, I managed to find out the problem: I was
using the "Lucida Grande" font on my development system, but this font is not
installed by default on other Windows XP environments.
I still don't know how I got this font on my development system, but anyway,
by copying and registering it on other platforms, it works!

Regards
 
Back
Top