2014年8月19日

vb6中webbrowser控件树转换备忘

摘要: Dim doc As HTMLDocument Set doc = WebBrowser1.Document Dim inputs As IHTMLElementCollection Set inputs = doc.getElementsByTagName("input"... 阅读全文

posted @ 2014-08-19 13:36 空明流光 阅读(174) 评论(0) 推荐(0)

vb6异步ADO操作

摘要: Private withevents M_Conn as adodb.connectionPrivate CmdFinished as booleansub somesub AdoCmd.Execute , , adAsyncExecute do while not CmdFinishe... 阅读全文

posted @ 2014-08-19 11:30 空明流光 阅读(982) 评论(0) 推荐(0)

导航