"Ole/COM Object viewer" (OLE/COM Object viewer) is a convenient tool to view all COM objects installed on your system.
It is part of Windows 2000 resource suite and can be downloaded for free from the address below: http://www.microsoft.com/downloads/details.aspx? Familyid = 5233b70d-d9b2-4cb5-aeb6-45664be858b6 & displaylang = en
The installation of this program is a bit embarrassing. It does not generate any Startup menu icon for you.
The execution file oleview.exe is installed in the c: \ Program Files \ resource package directory. (installed by default ).
When oleview.exe is run, some systems will prompt that the iviewers. dll file cannot be found. This is a required file,
The strange thing is that it is not included in the latest installation. You can get an older version of oleview.exe from the address below: http://download.microsoft.com/download/2/f/1/2f15a59b-6cd7-467b-8ff2-f162c3932235/ovi386.exe.
It will be installed in the C: \ mstools \ bin directory by default. You only need to copy the iviewer. dll file to the directory where oleview.exe is located,
Then use the command line to register dll: regsvr32 iviewers. dll.
The Chinese version of autoit3 installs the oleview.exe file in the: e: \ autoit3 \ extras \ oleview folder (installed by default), and the required iviewers. dll file already exists.
View Details
Terms
These terms are usually used together with COM, but they have different meanings:
Oop = object-oriented programming. It constructs reusable software components into modules and is called objects.
DDE = Dynamic Data Exchange. It can be said that this is the predecessor of COM. Use IPC to transmit command information between different applications.
Ole = Object link and embedding. the first version is the extended version of DDE. from a program 'nesting 'data to another program. currently, Ole is built on COM and is part of ActiveX.
Automation = Method for operating another application object. Used in OLE, ActiveX, and COM.
ActiveX = the next-generation automatic operation device of OLE. It is mainly used to Develop interfaces between network applications (especially Web browsers). It is built on com.
DCOM = Distributed COM. a slightly modified com that can communicate with different physical computers.
. Net (dot net) = is not a real software, but Microsoft's 'conceptual 'holds that this is a software used by the Internet for "all actions". "dot net" is mainly used for network services.
Communist = This does not support COM, but who believes in communism (a theory that ordinary people should own all their own assets! Or humor or fun... I don't know why? The last word will not be translated !).
OLE/COM Object viewer & Ole terms