Results 1 to 3 of 3

Thread: Who can tell me the answer

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2002
    Location
    china(ÖØÇì)
    Posts
    60

    Unhappy Who can tell me the answer

    ÔõÑùÓÃwebbrowserµÃµ½Ò»¸öurlµØÖ·µÄHTML´úÂë?
    how can I use the webbrowser to get the HTML code of a url address?
    I am a vb fine,
    but my English was poor.

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344
    VB Code:
    1. Option Explicit
    2. Dim Source, Source1
    3. Private Sub Command1_Click()
    4. End
    5. End Sub
    6.  
    7. Private Sub Command2_Click()
    8. If Text1 <> "" Then
    9. Source1 = Inet1.OpenURL(Text1.Text)
    10. End If
    11. If Box1 <> "" Then
    12. Box1.Text = Source1
    13. Inet1.Cancel
    14. Else
    15. Source = MsgBox("Couldn't get source code!")
    16. End If
    17. End Sub
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2002
    Location
    china(ÖØÇì)
    Posts
    60

    my mean is only use webbrowser not use inet

    my mean is only use webbrowser not use inet
    but also think you
    Last edited by qflash; Jul 31st, 2002 at 07:49 AM.
    I am a vb fine,
    but my English was poor.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width