J
jhirst
I have made some code that changes the wallpaper(szNew is
a string with picture location):
SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, szNew,
SPIF_SENDCHANGE)
It only works when web content is disabled and the picture
is non-web content. if web content is enabled the desktop
will not be refreshed, even when I refresh the desktop
manually. If I go into display settings and then press
ok, and then refresh it appears. How do I do this in
code? Anyone?
a string with picture location):
SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, szNew,
SPIF_SENDCHANGE)
It only works when web content is disabled and the picture
is non-web content. if web content is enabled the desktop
will not be refreshed, even when I refresh the desktop
manually. If I go into display settings and then press
ok, and then refresh it appears. How do I do this in
code? Anyone?