OLE in MFC: Overview
| How Do I | Details | Sample | Tutorial
MFC provides the easiest way to write programs that use OLE:
For OLE visual editing (in-place activation)
To work as OLE containers or servers
To implement drag-and-drop functionality
To work with date and time data
To manage the state data of MFC modules, including exported DLL function entry points, OLE/COM interface entry points, and window procedure entry points
You can also use Automation or Remote Automation to operate another program from your program.
What do you want to know more about?
See Also Connection Points