Aceguy Posted December 10, 2008 Posted December 10, 2008 i have been using autoit for a while now, but have been doing the run of the mill stuff. my Questions are DllCall("UxTheme.dll", "int", "SetWindowTheme", "hwnd", GUICtrlGetHandle(-1), "wstr", " ", "wstr", " ") Where could i find the info for this. (not just UxTheme.dll) but more.... how do you know to use "Setwindowtheme" with "uxtheme.dll"... how could i find out what else i could use with UxTheme.dll have tried MDSN... what a needle in a haystack.. So some pointing in the right direction would be greatly appreciated. [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
Pain Posted December 10, 2008 Posted December 10, 2008 It's a Microsoft function so I would say MSDN, you can also always try Google. If you got problem to understand how dll works it's best to start at the beginning. I found it very useful to read the section about dllcall, dllstructs etc. in the helpfile and some more additional information on Google.
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