Tools Links Login

IE Webpage Loader

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

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 78 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.