IE Webpage Loader
Type in a URL, and this example will open Internet Explorer, with the given URL.
Inputs
1 Command button
Assumes
ShellX Command
Rate IE Webpage Loader
(6(6 Vote))
Private Sub Command1_Click()
PageLocation$ = Text1.Text
ShellX = Shell("explorer.exe " + PageLocation$)
End Sub
IE Webpage Loader Comments
No comments yet — be the first to post one!
Post a Comment