Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Internet Explorer from a text box
Message
From
16/11/2002 06:20:14
 
 
To
16/11/2002 00:00:56
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00723527
Message ID:
00723536
Views:
9
This message has been marked as the solution to the initial question of the thread.
Easy way is to use automation (but this will work only with IE):
1. Set Reference (Project|References...) to "Microsoft Internet Controls"
2. Use this code:
Option Explicit
Dim IEApp As New InternetExplorer

Private Sub Command1_Click()

  IEApp.Navigate2 Text1.Text
  IEApp.Visible = True
End Sub

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform