dialog size problem

  • Thread starter Thread starter Terry
  • Start date Start date
T

Terry

Hi all,

I have an dialog based application which was written in VB.
It works fine on XP Pro. After I run it on XPe. The dialog is getting
bigger.
I noticed all fonts are bigger than they are on XP Pro.
I know in VB, the size of dialog is base on size of font.

How can I setup font size on XPe?
 
I have exactly the same problem! Still no solution.

I've been reading old post for days and tried all the solutions
proposed but without success.

I think the problem is both DPI and fonts. If you include "font.dll" in
your image you'll be able to change DPI settings...but 96 DPI is the
default even if everything on the screen seems bigger!
 
You hve to include:

Fonts: Fonts Microsoft_San_Serif
Fonts: serife_fon
Fonts: seriff_fon
Fonts: sserife_fon
Fonts: sseriff_fon

HTH

Pieter
 
Back
Top