how to Get and set desktop image in C#?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi all
i am migarating to C# now , and kindly have so many questions about using
FCL instead of MFC
for example

how to Get and set desktop image in C#?

thx for ur interest in advance
 
i am migarating to C# now , and kindly have so many questions about using
FCL instead of MFC
for example

how to Get and set desktop image in C#?


The .NET class libraries doesn't have support for this, so you
probably have to use the same API you used in C++
(SystemParametersInfo(SPI_G/SETDESKWALLPAPER) or
IActiveDesktop::G/SetWallpaper).



Mattias
 
Back
Top