I'm trying to change windows wallpaper with the SystemParametersInfo API. I've tried :
But I only get a white-wallpaper... Output of the function is '0' (failed), and GetLastError sends me '126 : ERROR_MOD_NOT_FOUND The specified module could not be found'System::Call 'user32.dll::SystemParametersInfo(i 20, i 0, t "C:\wall.jpg", i 0) i'
Any ideas ? Thanks !