Jump to content

Recommended Posts

Posted (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 by Aceguy
  • 4 months later...
Posted

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?

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
×
×
  • Create New...