Jump to content

Windows 7 Icon Text Color Problem


Recommended Posts

Hi,


I am looking for a way to change my wallpaper on the fly programmatically.
Doing some research I found the following code below which works.

DllCall("user32.dll", "int", "SystemParametersInfo", "int", 20, "int", 0, "str", @ScriptDir & "\Wallpaper.jpg", "int", 0)

 

Problem is the font text colour stays the same. By default mine is black, if i set a back wallpaper the icon text is now invisible.

I can’t find any way to change this, does anyone have any ideas?

Edited by IanN1990
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...