Skip to content

Planet-Source-Code/pyro-ie-webpage-loader__1-12485

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

IE Webpage Loader

Description

Type in a URL, and this example will open Internet Explorer, with the given URL.

More Info

1 Command button

ShellX Command

Submitted On
By PyRo
Level Beginner
User Rating 3.7 (22 globes from 6 users)
Compatibility VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0, VB Script
Category Internet/ HTML
World Visual Basic
Archive File

Source Code

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published