Salut

j aimerais recuperer le fond d ecran du bureau ...

j utilise :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
 
 
const int SPI_GETDESKWALLPAPER = 0x0073;
String sPath = "";
int iGetResult = SystemParametersInfo(SPI_GETDESKWALLPAPER, sPath.Length, sPath, 0);
pourtant aucun resultat ....