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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top