09-11-2012 03:07 AM
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
09-11-2012 04:16 AM - edited 09-11-2012 04:17 AM
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.
09-11-2012 07:13 AM
thanks a lot for your help