通过句柄获取控件值
其它程序有一个“Internet Explorer_Server”,知道句柄
怎么能得到“Internet Explorer_Server”里面的源码,显示在我程序的text里?
谢谢
[解决办法]
http://www.mvps.org/emorcillo/en/code/vb6/iedom.shtml
传入句柄,直接得到HTMLDocument对象.
然后想干嘛都行了.
发布时间: 2012-01-14 20:02:35 作者: rapoo
通过句柄获取控件值
其它程序有一个“Internet Explorer_Server”,知道句柄
怎么能得到“Internet Explorer_Server”里面的源码,显示在我程序的text里?
谢谢
[解决办法]
http://www.mvps.org/emorcillo/en/code/vb6/iedom.shtml
传入句柄,直接得到HTMLDocument对象.
然后想干嘛都行了.