using System; using System.Drawing; using System.Runtime.InteropServices; using System.Windows.Forms; namespace SetDeskFrm { public partial class Form1 : Form { IntPtr hDesktop; public const int GW_CHILD = 5; public Form1() { InitializeComponent(); t…