Hi

How can I set the wallpaper on the desktop in code/AjaxMetod

e.g something like this:
[AjaxMethod]
public void SaveSettings()
{
    this.MyDesktop.Wallpaper = this.cbWallpaper.SelectedItem.Value;
}
Kind regards
Steen