通过SetParent将程序的父窗体设为桌面
[DllImport("user32")] 
private static extern IntPtr SetParent(IntPtr hWndChild, IntPtr hWndNewParent);

相关文章: