vb6中webbrowser控件树转换备忘

Dim doc As HTMLDocument
    Set doc = WebBrowser1.Document
    
    Dim inputs As IHTMLElementCollection
    Set inputs = doc.getElementsByTagName("input")

 

posted on 2014-08-19 13:36  空明流光  阅读(160)  评论(0编辑  收藏  举报

导航