
IE VC 开发
wanglang3081
这个作者很懒,什么都没留下…
展开
-
vc遍历网页表单并自动填写提交
1.独立代码 //-----------开始---------------------// #include #include #include #include #include void EnumIE(void);//处理网页 void EnumFrame(IHTMLDocument2 * pIHTMLDocument2);//处理框架 void EnumForm(转载 2012-05-17 14:34:29 · 1596 阅读 · 0 评论 -
如何对webbrowser和IE编程
http://wenku.baidu.com/view/a4a3023310661ed9ad51f396.html http://blog.youkuaiyun.com/shanhe/article/details/488338 http://www.mscto.com/dotnet/2009022455834.html转载 2012-05-17 17:14:16 · 639 阅读 · 1 评论 -
vc遍历网页表单并自动填写提交
首先写一个函数 BOOL CPost::FindSpecifiedElement(CString &csFormName, //元素所在表单名称 CString &csElementTag, //元素标记名称 CString &csElementName //元素名称 ) { if(csFormName.IsEmpty()||csElementTag.IsEmpty()||转载 2012-05-17 14:35:15 · 1184 阅读 · 0 评论