Results 1 to 2 of 2

Thread: A Type Of Web Application

  1. #1
    Guest

    Post

    Ok, i wanna make a program that will take a url and load that page into a textbox so you can see the HTML code. My problem is i cant figure out how to get the HTML file so i can load it into the textbox. Any suggestions.

  2. #2
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    Add an iNet1(Microsoft Internet Transfer Control) to your form and add a command button and 2 text boxes.
    Paste this code to the command1_click()
    Code:
    Text2.Text = iNet1.OpenURL (Text1.Text, icString)
    that's all

    Laterz,
    D!m

    [Edited by Dim on 07-12-2000 at 05:05 PM]
    Dim

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