Jump to content

Gui Aperance Problem W/ OS not Windows XP


liten
 Share

Recommended Posts

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]

Link to comment
Share on other sites

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 application
  • SetWindowTheme( GetSafeHwnd(), L"", L"" ); </SPAN>
Link to comment
Share on other sites

? 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 by liten

My UDF:Freeze.au3-Freeze values like CE, ML, ETC[i][/i][u][/u]

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...