文章分类 - WebBrowser
摘要:http://news.cnblogs.com/n/172861/http://jandan.net/2013/03/08/amazon_dropdown.html
阅读全文
摘要:http://stackoverflow.com/questions/7943270/how-to-serve-json-files-from-iis7-when-request-is-postup vote1down votefavoriteI have an asp.net 4.0 web si...
阅读全文
摘要:1、加入引用在控件栏按右键,选择“添加/移除项”,选COM组件,选中“Microsoft Web Browser”。然后就可以往窗体上拖出一个该控件(下面把该控件一个对象称为webBrowser)。控件属性中可以调整的不多,从一些资料中得知WebBrowser中的MenuBar、StatusBar等其实都没实现。2、控件的函数由于是COM过来的控件,它的一些函数就比较怪,基本的Navigate函数除了第一个参数外,其它都是ref类型的,需要显式地写ref才能调用。一般要使之导向到某个页面,先设置一个空对象,object objNull=null;然后webBrowser.Navigate(st
阅读全文
摘要:mshtml.IHTMLDocument2 doc = (mshtml.IHTMLDocument2)axWebBrowser1.Document; mshtml.IHTMLFormElement f1 =(mshtml.IHTMLFormElement)doc.all.item ("form1",0); ((mshtml.IHTMLFormElement)(f1)).submit();mshtml.IHTMLElement Element = (mshtml.IHTMLElement)doc.all.item("button1", 0); Elemen
阅读全文
posted @ 2012-01-17 17:03
Johnsonton's blog
浙公网安备 33010602011771号