Kovacic Posted February 12, 2015 Share Posted February 12, 2015 (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 This is the same app under the aero theme on someone else's comp Edited February 12, 2015 by Kovacic C0d3 is P0etry( ͡° ͜ʖ ͡°) Link to comment Share on other sites More sharing options...
Solution Gianni Posted February 12, 2015 Solution Share Posted February 12, 2015 maybe >this post could interest Kovacic 1 Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt.... Link to comment Share on other sites More sharing options...
Kovacic Posted February 13, 2015 Author Share Posted February 13, 2015 maybe >this post could interest This is a much better path than I was on before! I will look into it, thank you much!! C0d3 is P0etry( ͡° ͜ʖ ͡°) Link to comment Share on other sites More sharing options...
Kovacic Posted February 13, 2015 Author Share Posted February 13, 2015 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( ͡° ͜ʖ ͡°) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now