21-01-14, 11:07 PM
نحمده ونصلي على رسوله الكريم
كود :
Using rk As Microsoft.Win32.RegistryKey = Microsoft.Win32.Registry.CurrentUser.OpenSubKey("Control Panel\Desktop\", True)
pictureBox1.Image = Image.FromFile(rk.GetValue("Wallpaper").ToString())
End Using