VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



IE Webpage Loader

by PyRo (1 Submission)
Category: Internet/HTML
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (6 Votes)

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

Private Sub Command1_Click()
PageLocation$ = Text1.Text
ShellX = Shell("explorer.exe " + PageLocation$)
End Sub

Download this snippet    Add to My Saved Code

IE Webpage Loader Comments

No comments have been posted about IE Webpage Loader. Why not be the first to post a comment about IE Webpage Loader.

Post your comment

Subject:
Message:
0/1000 characters