Aceguy Posted March 14, 2009 Posted March 14, 2009 (edited) I have disabled the windows Aero Theme due to pixelsearch speeds.... but was wondering if there was a way to create a GUI and Force the Aero theme to be switched on for that GUI. TY. DllCall("UxTheme.dll", "int", "SetWindowTheme", "hwnd", GUICtrlGetHandle(-1), "wstr", " ", "wstr", " ") Im in way over my depth here, so I dont have a clue.. Edited March 14, 2009 by Aceguy [u]My Projects.[/u]Launcher - not just for games & Apps (Mp3's & Network Files)Mp3 File RenamerMy File Backup UtilityFFXI - Realtime to Vana time Clock
failedtocompile Posted August 7, 2009 Posted August 7, 2009 I have disabled the windows Aero Theme due to pixelsearch speeds.... but was wondering if there was a way to create a GUI and Force the Aero theme to be switched on for that GUI. TY. DllCall("UxTheme.dll", "int", "SetWindowTheme", "hwnd", GUICtrlGetHandle(-1), "wstr", " ", "wstr", " ") Im in way over my depth here, so I dont have a clue.. I would like to know if this is possible also. does anyone know if there is a UDF for something like this?
AdmiralAlkex Posted August 7, 2009 Posted August 7, 2009 No. You have to understand that it isn't Aero but the underlying DWM that makes Pixel*() funcs so slow, and Aero can't run without DWM activated. You will just have to choose between Aero and fast Pixel*(). .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
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