Results 1 to 3 of 3

Thread: HELP!!!!!!!! How to display web pages offline

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2000
    Location
    Atlanta, GA
    Posts
    177

    Unhappy HELP!!!!!!!! How to display web pages offline

    Hello,

    Thank you in advance for any help that you may offer. Here is the problem. I'm using the WebBrowser control and I would like to display WebPages (*.html/*.asp) files in the WebBrowser, but I don't want to have to be online to do it. I'm using VB6 and I'm looking for sample code the simpler the better. Please help!
    212 will lead you to the truth

  2. #2
    Frenzied Member andreys's Avatar
    Join Date
    Sep 2002
    Location
    Los Angeles
    Posts
    1,615
    HTML files, there is no problem to display it off-line, but they should be located on your PC. ASP pages, I don't think so. Until you will run IIS on your machine. ASP pages must be executed on the server side, so if you are not connected to the server there is no way to sisplay it.

  3. #3
    Addicted Member
    Join Date
    Jul 2000
    Location
    Novi Sad, Serbia and Montenegro (formerly known as Yugoslavia)
    Posts
    148
    WebBrowser1.navigate "file://c:\page.html"
    ( : ns-code : )
    FCP Products

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