liten Posted August 12, 2009 Posted August 12, 2009 Ok i have a program and for certin resons i cant post the whole 3k line source code, bt i can say that i bul this with my WIndows XP SP4 system and now other useres who try to use it says it shows up w/ doffrent colors and funny looking unless they run it with Visual Themes Disabled, My question is How can i fix this, so they dont need to disable visual themes and my text and such colors show up normal Instead of weird on other computers not windows XP My UDF:Freeze.au3-Freeze values like CE, ML, ETC[i][/i][u][/u]
dot45 Posted August 12, 2009 Posted August 12, 2009 Do you mean windows xp sp3 or windows 2000 sp4?you can disable visual themes in your app itself.// Disables theme, I assume you have XP themes applied on your applicationSetWindowTheme( GetSafeHwnd(), L"", L"" ); </SPAN> Tools I've Created & Shared[/url][url="http://www.autoitscript.com/forum/index.php?showtopic=97177&st=0&p=698665&hl=printer&fromsearch=1&#entry698665"]Printer Migration Tool
liten Posted August 13, 2009 Author Posted August 13, 2009 (edited) ? is tat code, ehh im trying hold on, and ty EDIT: ehh SetWindowTheme( GetSafeHwnd(), L"", L"" ) dosent work, i know that cant be the code, SO what did you mean DllCall("UxTheme.dll", "int", "SetWindowTheme", "hwnd", $hGUI, "ptr", 0, "wstr", "") ? Edited August 13, 2009 by liten My UDF:Freeze.au3-Freeze values like CE, ML, ETC[i][/i][u][/u]
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