I need the Internet Explorer ProgID

G

Guest

I've been trying to use CFCom to help me host an internet explorer ActiveX control. I keep getting an exception thrown when I enter pass in the ProgID. Currently I've tried these two ProgID's
InternetExplorer.Applicatio
InternetExplorer.Application.
{0002DF01-0000-0000-C000-000000000046

So far all of these ProgID's have caused an exception to be raised when I run the program. I would appreciate any help I can get on this problem

Thank you
 
P

Paul G. Tobey [eMVP]

I don't see a prog id like that in the registry of my devices. Does yours
have something along those lines? Where did you get those IDs from? Best I
can tell, you want to specify the following CLSID to get the Web browser
object created:

8856F961-340A-11D0-A96B-00C04FD705A2

This works for me, from C++, of course, to create something which is an
instance of CLSID_WebBrowser.

Paul T.

Edgar said:
I've been trying to use CFCom to help me host an internet explorer ActiveX
control. I keep getting an exception thrown when I enter pass in the
ProgID. Currently I've tried these two ProgID's:
InternetExplorer.Application
InternetExplorer.Application.1
{0002DF01-0000-0000-C000-000000000046}

So far all of these ProgID's have caused an exception to be raised when I
run the program. I would appreciate any help I can get on this problem.
 

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

Top