Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling a html page from within an activex control

Status
Not open for further replies.

anto2

Programmer
Apr 4, 2001
29
IE
Hello I have an activex control running in IE5 and on it i have a button that when clicked I want it to open a html page in the same window. At the moment it opens another IE5 session.

I have referenced the IE controls and set the code up as follows.

Declarations

Dim IE As SHDocVw.InternetExplorer

the button code

Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = True
IE.Navigate "
Anthony.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top