Gif Posted August 15, 2007 Posted August 15, 2007 is there any way to create a gui in windows classic style (theme) in autoit? thanks in advance
Zedna Posted August 15, 2007 Posted August 15, 2007 at beginning of your script: DllCall("uxtheme.dll", "none", "SetThemeAppProperties", "int", 0) Resources UDF ResourcesEx UDF AutoIt Forum Search
Gif Posted August 15, 2007 Author Posted August 15, 2007 at beginning of your script: DllCall("uxtheme.dll", "none", "SetThemeAppProperties", "int", 0) Thanks a lot zedna
FaridAgl Posted December 8, 2011 Posted December 8, 2011 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. http://faridaghili.ir
JohnOne Posted December 8, 2011 Posted December 8, 2011 Take a look http://msdn.microsoft.com/en-us/library/windows/desktop/bb759827(v=VS.85).aspxhttp://msdn.microsoft.com/en-us/library/windows/desktop/bb759831(v=VS.85).aspx AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
FaridAgl Posted December 8, 2011 Posted December 8, 2011 I thinkhttp://msdn.microsoft.com/en-us/library/windows/desktop/bb759827(v=VS.85).aspxcan help me, but i don't know how to call this function in AutoIt. http://faridaghili.ir
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