Excuse moi pour le retard.
Place ' Public Declare Function SystemParametersInfoA Lib "user32" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As String, ByVal fuWinIni As Long) As Long ' au début de ta form ou de ton module. La procédure étant publique, elle peut être appellée de n'importe où dans ton programme.
Quand tu as besoin de changer ton fond d'écran, tu mets ' SystemParametersInfoA 20, 0&, "chemin du fond d ecran au format .bmp", &H1 Or &H2 '