Hi all,
back again. I found this example on these forums for a web browser in vb.
VB Code:
Private Sub Form_Activate() With WebBrowser1 .Width = Me.Width .Height = Me.Height .Navigate "http://www.Vbforums.com" End With End Sub
is it possible to load a local html file into this.
thanks
R




Reply With Quote