Jump to content

Recommended Posts

Posted (edited)

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

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
×
×
  • Create New...