How to display cusomized offline web page?

monkeybiz

Newcomer
Joined
Mar 5, 2003
Messages
12
Location
Singapore
Supposing I've created my own html page and have placed it in my bin directory, how do I use VB.NET to display the offline page in an Explorer control object?

This is a sample of my code:

Imports AxSHDocVw

In the form_load:
web.Navigate("help.html", 0, "", "", "")

where web is an explorer window, and the offline property has been set to true.

It seems that if i type in "http://www.yahoo.com" or some existing web site, it works, but not for offline web pages that are not registered in the internet.

Is there any other way to display offline pages?
 
Back
Top