Gif 1 Report post Posted August 15, 2007 is there any way to create a gui in windows classic style (theme) in autoit? thanks in advance Share this post Link to post Share on other sites
Zedna 166 Report post Posted August 15, 2007 at beginning of your script: DllCall("uxtheme.dll", "none", "SetThemeAppProperties", "int", 0) Resources UDF ResourcesEx UDF AutoIt Forum Search Share this post Link to post Share on other sites
Gif 1 Report post Posted August 15, 2007 at beginning of your script: DllCall("uxtheme.dll", "none", "SetThemeAppProperties", "int", 0) Thanks a lot zedna Share this post Link to post Share on other sites
FaridAgl 39 Report post 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 Share this post Link to post Share on other sites
JohnOne 1,583 Report post 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. Share this post Link to post Share on other sites
FaridAgl 39 Report post 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 Share this post Link to post Share on other sites