C#使用Windows API 隐藏/显示 任务栏 (FindWindowEx, ShowWindow, FindWindow)
原文地址:http://www.zu14.cn/2009/03/13/csharp-show-hide-taskbar-by-api/
我这里,发布一下使用Windows API 显示和隐藏 Windows 的任务栏的方法,windows 的任务栏,其实是一个窗口(window),只要找到这个窗口的句柄,显示和隐藏就轻而易举了,任务栏是个没有标题的窗口,但知道它的类名是 Shell_TrayWn