Jump to content

Recommended Posts

Posted

Hi to all!

I'm using an Internet Explorer 9 virtualized and not the Internet Explorer 9 that is installed. My question is: Can I configure _IECreate function to run that IE9 virtualized and not the installed one?

Thanks to all

Posted

What do you mean by "virtualized"? Do you run the IE9 in another virtual machine?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

I don't think you can run the portable IE9 using the IE UDF. The UDF uses

ObjCreate("InternetExplorer.Application")
to start the browser.

As the portable version doesn't install anything on the PC it doesn't know the classname or CLSID of the portable IE.

You can just run the portable IE9, open an URL and then use _IEAttach to connect to this instance of the IE.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

I understand that he wants to run the mobile version of IE9 from a USB stick or whatever (see post #3)

My UDFs and Tutorials:

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...