public Form1() { InitializeComponent(); HttpConnection httpConnection = new HttpConnection(); httpConnection.GetImageURL(); if (!httpConnection.DownloadImage()) { return; } Wallpaper.Set(Path.GetTempPath() + "YourWallpaperIsMine\\temp.jpg", Style.Tiled); }