在delphi中,如何知道美萍安全卫士已经退出?150!(150分)

  • 主题发起人 主题发起人 ch_yahuu
  • 开始时间 开始时间
C

ch_yahuu

Unregistered / Unconfirmed
GUEST, unregistred user!
请给出源代码啊!
 
var
; ;hCurWindow: HWnd; ;// 窗口句柄
; ;WinText: array [0..255] of char;
; ;s:string; ;
begin
; ; ;s:='';
; ; ;result:=False;//不在
; ; ;// 获取第一个窗口的句柄
; ; ;hCurWindow := GetWindow(Handle, GW_HWNDFIRST);
; ; ;while hCurWindow <> 0 do
; ; ;begin
; ; ; ; ; // 获取窗口的名称
; ; ; ; ; if GetWindowText(hCurWindow, @WinText, 255)>0 then
; ; ; ; ; ; ;s:=s+StrPas(@WinText)+#10;
; ; ; ; ; if pos('美萍安全',s) > 0 then
; ; ; ; ; begin
; ; ; ; ; ; ;result:=True;//还在
; ; ; ; ; ; ;exit;
; ; ; ; ; end;
; ; ; ; ; // 获取下一个窗口的句柄
; ; ; ; ; hCurWindow:=GetWindow(hCurWindow, GW_HWNDNEXT);
; ; ;end;
 
接受答案了.
 

Similar threads

回复
0
查看
819
不得闲
D
回复
0
查看
2K
DelphiTeacher的专栏
D
D
回复
0
查看
2K
DelphiTeacher的专栏
D
D
回复
0
查看
1K
DelphiTeacher的专栏
D
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
后退
顶部