本站提供最佳亚马逊源码服务,欢迎转载和分享。

【创业服务源码】【告白黑页源码】【有源码仿游戏】vb 引用 源码_vb源码怎么用

2024-12-29 04:09:56 来源:加密代码和源码 分类:热点

1.如何用vb得到网页的引用源码源码用源代码

vb 引用 源码_vb源码怎么用

如何用vb得到网页的源代码

       1 先加载网页:

       Private Sub Form_Load()

        WebBrowser1.Navigate "/question/.html"

       End Sub

       2 加载完成后取字符串到文本框:

       Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant)

        Dim doc As Object, objhtml As Object

        Dim strhtml As String

        On Error GoTo errorsub

        Me.Caption = WebBrowser1.LocationName & " 加载完成"

        If MaxWebNum <= 0 Then

        Set doc = WebBrowser1.Document

        Set objhtml = doc.body.createtextrange()

        If Not IsNull(objhtml) Then

        strhtml = WebBrowser1.Document.body.innertext

        Text1.Text = strhtml

        End If

        End If

        Exit Sub

       errorsub:

        Text1.Text = "错误!!引用源码源码用创业服务源码!引用源码源码用告白黑页源码"

引用源码源码用有源码仿游戏

       End Sub

引用源码源码用有源码仿游戏

【本文网址:http://abssuliao.net/news/99f468995211.html 欢迎转载】

copyright © 2016 powered by 皮皮网   sitemap