小说网 找小说 无限小说 烟雨红尘 幻想小说 酷文学 深夜书屋

2009年10月27日

Select a table of certain webpage

摘要: Test the folowing codes,please: Sub Selecttable(ByVal url As String, ByVal n As Long) Dim t, r As Object, i As Long WebBrowser1.Navigate u... 阅读全文

posted @ 2009-10-27 19:34 王峰炬 阅读(132) 评论(0) 推荐(0)

An example of responseXML.getElementsByTagName

摘要: To read nodes of a certain tagname of an xml file,it's easy to access: Sub Test() Dim http As Object, nod, nod2 Set http = CreateObject("Microso... 阅读全文

posted @ 2009-10-27 19:24 王峰炬 阅读(85) 评论(0) 推荐(0)

WinInet中的FTP操作

摘要: 研究了一下Wininet在ftp中的应用,感觉比http应用要简单些。 项目设置方面,Wininet.h和Wininet.lib都必须加入。 假设ftp地址为10.1.1.1,账号和密码都为hello。 为简单起见,使用同步模式: HINTERNET hInstance;HINTERNET hCo... 阅读全文

posted @ 2009-10-27 16:54 王峰炬 阅读(281) 评论(0) 推荐(0)

导航