Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Internet Explorer from a text box
Message
From
16/11/2002 22:50:59
 
 
To
16/11/2002 22:28:03
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00723527
Message ID:
00723585
Views:
12
Well, from MSDN:
Dim IEApp As SHDocVw.InternetExplorer

Set IEApp = CreateObject("InternetExplorer.Application")
IEApp.Navigate2 Text1.Text
IEApp.Visible = True
Set IEApp = Nothing

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
Reply
Map
View

Click here to load this message in the networking platform