The COleChangeSourceDialog class is used for the OLE Change Source dialog box. Create an object of class COleChangeSourceDialog when you want to call this dialog box. After a COleChangeSourceDialog object has been constructed, you can use the m_cs structure to initialize the values or states of controls in the dialog box. The m_cs structure is of type OLEUICHANGESOURCE. For more information about using this dialog class, see the DoModal member function.
For more information, see the OLEUICHANGESOURCE structure in OLE 2.01 User Interface Library.
For more information about OLE-specific dialog boxes, see the article Dialog Boxes in OLE in Visual C++ Programmer’s Guide.
#include <afxodlgs.h>
Class Members | Base Class | Hierarchy Chart
See Also COleDialog