What are ActiveX and OLE?

What are ActiveX and OLE?

- Object Linking and Embedding (OLE) is about using documents generated by one application inside another application.
- ActiveX is a Microsoft rebranding of OLE with more focus on smart Windows controls.
- ActiveX control renames and reconstructs the OLE controls technology.
- OLE control has been replaced with the ActiveX control to distance the name from the older object linking and embedding technology.
What are GUID? Why does COM need GUIDs?
What are GUID? Why does COM need GUIDs? - Globally Unique Identifier - A 16-byte number generated by Microsoft programs that uniquely identifies...
What is a type library? - C++
What is a type library? - A file or component within another file that contains standard descriptions of exposed objects, properties, and methods...
What is the IUnknown interface? - C++
What is the IUnknown interface? - The IUnknown interface lets clients get pointers to other interfaces on a given object through the QueryInterface method....
Post your comment