Changer de fond d'ecran

Changer de fond d'ecran - VB/VBA/VBS - Programmation

Marsh Posté le 15-04-2005 à 18:03:29    

Bonjour, :bounce:  
 
Est ce qu'il existe un bout de code pour changer le fond d'écran d'un pc? :hello:


---------------
FoH
Reply

Marsh Posté le 15-04-2005 à 18:03:29   

Reply

Marsh Posté le 15-04-2005 à 18:32:37    

J ai pas eu le temps de chercher mais j ai trouvé quelquechose
 
http://www.vbfrance.com/code.aspx?ID=8115 <<< oublie
 
 
edit j ai trouvé

Code :
  1. Public Declare Function SystemParametersInfoA Lib "user32" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As String, ByVal fuWinIni As Long) As Long


 
SystemParametersInfoA 20, 0&, "chemin du fond d ecran au format .bmp", &H1 Or &H2 ' /// le 20 est une constante.


Message édité par knakes le 15-04-2005 à 18:46:20
Reply

Marsh Posté le 18-04-2005 à 22:34:15    

Merci beaucoup pour la réponse  :love: mais jai pas tout compris... :whistle:  
Peux tu me donner quelques détails?
Où quand comment...
 
Merci beaucoup.
 
 :hello:  :hello:  :hello:


---------------
FoH
Reply

Marsh Posté le 21-04-2005 à 21:09:20    

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 '

Reply

Marsh Posté le 22-04-2005 à 15:12:54    

Merci, ça a marché!!!


---------------
FoH
Reply

Marsh Posté le 22-04-2005 à 16:34:55    

J en suis ravi ;)

Reply

Marsh Posté le 28-02-2010 à 20:43:49    

Et pour info, voici une alternative de programmation, entièrement en VBS (VB script) cette fois:
http://sites.google.com/site/sharerandomwallpapers/

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed