A
apower
Unregistered / Unconfirmed
GUEST, unregistred user!
如何查找Tray(托盘)中已运行的程序并关闭它。
如一程序(ipmsg.exe或瑞星的实时监控等)已运行,不能通过findwindow查找其窗口标题,请教。
var hn : HWnd;
begin
hn :=findwindow(nil,'ipmsg');
//hh:=findwindow('Shell_TrayWnd',nil),0,'toolbarwindow32',nil),0,'ipmsg',nil);//这个也不行
if hn <> 0 then
ShowWindow(hn,SW_CLOSE);//CLOSE IT
end;
如一程序(ipmsg.exe或瑞星的实时监控等)已运行,不能通过findwindow查找其窗口标题,请教。
var hn : HWnd;
begin
hn :=findwindow(nil,'ipmsg');
//hh:=findwindow('Shell_TrayWnd',nil),0,'toolbarwindow32',nil),0,'ipmsg',nil);//这个也不行
if hn <> 0 then
ShowWindow(hn,SW_CLOSE);//CLOSE IT
end;