Action of Home button

G

Guest

Hi EveryBody:
programtically

How can I make code that press the home icon in Internet Explorer

any help will be appreciated

regard's

Husam
 
C

Cor Ligthert

Husam,

More and more is protected by the service packs that those things can be
done, why are you asking this? (In IE 7 it can again be different however
again less javascript to be allowed)

Cor
 
H

Herfried K. Wagner [MVP]

Husam said:
How can I make code that press the home icon in Internet Explorer

If you created the Internet Explorer window yourself:

\\\
Dim w As Object = CreateObject("InternetExplorer.Application")
w.Visible = True
w.GoHome()
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top