Unkown COM Object
I am going to save you the big headache I am running into and just give you the just of my issue.
I have COM object that I pulled interet explorer:
object o = ie.getObject("App");
This object is some sort of COM object (I would love to say exactly what, but I don't know).
Basically, I know this COM object is defined somewhere on my machine, and I need to find it.
Is there anyway to get either the ProgID or the IID of this unkown COM object?
Thanks

