Jump to content

Recommended Posts

Posted

is there any way to create a gui in windows classic style (theme) in autoit?

thanks in advance :)

Posted

at beginning of your script:

DllCall("uxtheme.dll", "none", "SetThemeAppProperties", "int", 0)
Thanks a lot zedna :)
  • 4 years later...
Posted

I know it's a very old thread, i'm sorry coz i know bumping an old thread is against the rules, but i have a question about this and i just thought that there is no need to create a new thread.

DllCall("uxtheme.dll", "none", "SetThemeAppProperties", "int", 0)

It's working, but what if we want to force an external program to use the windows default or even classic theme?

Is there any other parameter for this dll call, maybe a parameter that takes the window handle.

Thanks.

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...