|
1。环境.net 3.5 工具qtp11
2.程序为.net写的window程序(在一个window中嵌入了一张从网络下载的地图)
3.如何去识别这个地图对象(网上有高人说:用注册异类子控件强制注入开启HOOK ,我已经使用了没有用)
4.附鉴定属性(识别为WinObject)
"Class Name:=WinObject",
"abs_x:=188",
"abs_y:=167",
"attached text:=",
"enabled:=True",
"focused:=False",
"hashscroll:=False",
"hasvscroll:=False",
"height:=557",
"hscrollpagesize:=",
"hscrollposition:=",
"hwnd:=3475878",
"leftscrollbar:=False",
"maxhscrollpos:=",
"maxvscrollpos:=",
"minhscrollpos:=",
"minvscrollpos:=",
"nativeclass:=TTRTMap",
"object class:=TTRTMap",
"regexpwndclass:=TTRTMap",
"regexpwndtitle:=",
"rightaligned:=False",
"righttoleftlayout:=False",
"righttoleftreading:=False",
"text:=",
"va_name:=",
"visible:=True",
"vscrollpagesize:=",
"vscrollposition:=",
"width:=1250",
"window id:=3475878",
"windowextendedstyle:=65536",
"windowstyle:=1442840576",
"x:=191",
"y:=170" |
|