Jump to content

Windows 7 Aero vs standard theme vs Autoit Gui


Go to solution Solved by Gianni,

Recommended Posts

Posted (edited)

I have a simple autoit program with somewhat tight fit controls and labels.. The program is use in our company so I cant post it, but since this is a general issue, I figured I would ask anyway...

 

I built the application under the basic theme, but when someone opens it who has the Areo theme, the labels and buttons are all huge! 

Is there a way to get autoit to ignore the computers theme its running on?

 

This is under the normal theme

post-63131-0-13776800-1423782132_thumb.p

 

This is the same app under the aero theme on someone else's comp

post-63131-0-70586200-1423782185_thumb.p

Edited by Kovacic

C0d3 is P0etry( ͡° ͜ʖ ͡°)

Posted

This issue is resolved! Thank you for the resource!!

After I added the function mentioned in that post, I added:

GUISetFont(8.5 * _GDIPlus_GraphicsGetDPIRatio()[0])

After every GUICreate.

C0d3 is P0etry( ͡° ͜ʖ ͡°)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...