I need to get the current wallpaper and display it in a picturebox. Now from what I understand, One of the ways to get the wallpaper is by doing the following:
RegistryKey UserWallpaper = Registry.CurrentUser.OpenSubKey("Control Panel\\Desktop", false);
How would I go about converting this to an Image so that i can display it in a PictureBox?