I need the Internet Explorer ProgID

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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.
 
Back
Top