|
-
Jan 12th, 2003, 11:33 PM
#1
Thread Starter
Addicted Member
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
-
Jan 13th, 2003, 01:55 AM
#2
Frenzied Member
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.
-
Jan 13th, 2003, 02:18 AM
#3
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|