Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6964879
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:58:51+00:00 2026-05-27T15:58:51+00:00

I would like to download only the HTML code in my VB6 program. Webbrowser

  • 0

I would like to download only the HTML code in my VB6 program.
Webbrowser control is good but it hangs and also it has issues such as needing to disable the JavaScript, pic, etc in order to get just the HTML

The Inet control is better, but it is “buggy”

Is there any other control ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T15:58:52+00:00Added an answer on May 27, 2026 at 3:58 pm

    If you only want to download the HTML of a page, you can easily use Winsock control.

    Private Sub Form_Load()
      Winsock1.Connect "stackoverflow.com", 80
    End Sub
    
    Private Sub Winsock1_Close()
      Winsock1.Close
    End Sub
    
    Private Sub Winsock1_Connect()
      Winsock1.SendData "GET /questions/8624871/vb6-alternative-to-inet-webbrowser-control HTTP/1.1" & vbCrLf & "Host: stackoverflow.com" & vbCrLf & vbCrLf
    End Sub
    
    Private Sub Winsock1_DataArrival(ByVal bytesTotal As Long)
      Dim s As String
    
      Winsock1.GetData s, vbString
      RichTextBox1.Text = RichTextBox1.Text & s
    End Sub
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My goal I would like to let browsers cache my whole website, but only
I would like to download documentation of the Drupal hooks, and whatever else would
I would like to download an mp3 file from some site, save it to
In my Java application I would like to download a JPEG, transfer it to
I would like to implement the download estimator using the JavaScript and the Ajax.
I would like to use standard ASP.NET file download response, like in other Stack
i would like to create a Rails controller that download a serie of jpg
I would like ask if there's a way to download an android layout from
I would like to create an Invoice in HTML instead of a PDF-file. And
I would like to use a Dojo button to download an Excel or a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.