COleChangeSourceDialog Class
Visual Studio 2005
Used for the OLE Change Source dialog box.
class COleChangeSourceDialog : public COleDialog
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 Platform SDK.
For more information about OLE-specific dialog boxes, see the article Dialog Boxes in OLE.
Reference
COleDialog ClassHierarchy Chart
COleDialog Class