M
mckz
Unregistered / Unconfirmed
GUEST, unregistred user!
我想要枚举系统中的子窗体
用了如下代码:
aWindow :=findwindow(nil,'');
if awindow<>0 then
showmessage('a');
可是发现都会showmessage,查看帮助后,发现如果''则返回所有
,请问我怎么获取一个窗口title:=''的窗体句柄!
用了如下代码:
aWindow :=findwindow(nil,'');
if awindow<>0 then
showmessage('a');
可是发现都会showmessage,查看帮助后,发现如果''则返回所有
,请问我怎么获取一个窗口title:=''的窗体句柄!