- Home
·
- Internet/HTML
·
- Open Internet Explorer without having to use the Shell function.
Open Internet Explorer without having to use the Shell function.
Open Internet Explorer without having to use the Shell function.
Rate Open Internet Explorer without having to use the Shell function.
(1(1 Vote))
' The first command maximizes the form.
' The next one opens IE and txtURL is a variable set to a web page.
txtURL = "HTTP://www.microsoft.com"
With WebBrowser1
.Move 0, 0, Me.ScaleWidth, Me.ScaleHeight
.Navigate (txtURL)
End With
Open Internet Explorer without having to use the Shell function. Comments
No comments yet — be the first to post one!
Post a Comment