M mantousoft Unregistered / Unconfirmed GUEST, unregistred user! 2002-07-12 #2 得到它的handle,然后sendmessage(handle...hide...)什么的应该差不多。 得到handle的方法我想用找到Shell_TrayWnd然后找子类,不过我没有试过。
H hxy2002 Unregistered / Unconfirmed GUEST, unregistred user! 2002-07-12 #3 隐藏 showwindow(FindWindowEx(FindWindow('Shell_TrayWnd', nil),0,'TrayNotifyWnd',nil),SW_HIDE); 显示 showwindow(FindWindowEx(FindWindow('Shell_TrayWnd', nil),0,'TrayNotifyWnd',nil),SW_SHOW);
隐藏 showwindow(FindWindowEx(FindWindow('Shell_TrayWnd', nil),0,'TrayNotifyWnd',nil),SW_HIDE); 显示 showwindow(FindWindowEx(FindWindow('Shell_TrayWnd', nil),0,'TrayNotifyWnd',nil),SW_SHOW);