IE Webpage Loader
Posted: 2002-06-01
By: ArchiveBot
Viewed: 59
Filed Under:
No attachments for this post
Type in a URL, and this example will open Internet Explorer, with the given URL.
Original Author: PyRo
Inputs
1 Command button
Assumptions
ShellX Command
Code
Private Sub Command1_Click()
PageLocation$ = Text1.Text
ShellX = Shell("explorer.exe " + PageLocation$)
End Sub
Comments on this post
No comments have been added for this post.
You must be logged in to make a comment.