LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changer le fond d'écran windows

Bonjour,

Je cherche à changer le fond d'écran windows en dynamique dans un VI.

En clair si l'utilisateur fait tel ou telle action, son fond d'écran windows change.

Quelqu'un connaitrait-il une librairie ou une méthode pour cela?

Merci d'avance

0 Kudos
Message 1 of 3
(2,548 Views)

I'm confused but it might be because of my limited French. You want to change the wallpaper of the Windows desktop or a VI front panel? The first is done using a Windows API call

 

SystemParametersInfo(SPI_SETDESKWALLPAPER,0, pathp, SPIF_UPDATEINIFILE);

 

See here for a ready made VI to do this.

 

The second is done using a VI Server property.

 

LabVIEW VI Background.png

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 3
(2,541 Views)

thanks a lot for your help

0 Kudos
Message 3 of 3
(2,534 Views)