1.导入System.Runtime.InteropServices命名空间。
2.API函数ShowWindow()能够控制人和窗体的现实状态,其声明格式如下: 代码如下:[DllImport(“user32.dll”)]public static extern int ShowWindow(int hwnd,int nCmdShow);其中hwnd表示窗体的句柄,nCmdShow表示窗体的现实状态。
3.API函数FindWindow()可用于返回任务栏所在窗体类“Shell_TrayWnd