COleBusyDialog Class

Used for the OLE Server Not Responding or Server Busy dialog boxes.

class COleBusyDialog : public COleDialog

Members

Public Constructors

Name

Description

COleBusyDialog::COleBusyDialog

Constructs a COleBusyDialog object.

Public Methods

Name

Description

COleBusyDialog::DoModal

Displays the OLE Server Busy dialog box.

COleBusyDialog::GetSelectionType

Determines the choice made in the dialog box.

Public Data Members

Name

Description

COleBusyDialog::m_bz

Structure of type OLEUIBUSY that controls the behavior of the dialog box.

Remarks

Create an object of class COleBusyDialog when you want to call these dialog boxes. After a COleBusyDialog object has been constructed, you can use the m_bz structure to initialize the values or states of controls in the dialog box. The m_bz structure is of type OLEUIBUSY. For more information about using this dialog class, see the DoModal member function.

Note

Application Wizard-generated container code uses this class.

For more information, see the OLEUIBUSY structure in the Windows SDK.

For more information on OLE-specific dialog boxes, see the article Dialog Boxes in OLE.

Inheritance Hierarchy

CObject

CCmdTarget

CWnd

CDialog

CCommonDialog

COleDialog

COleBusyDialog

Requirements

Header: afxodlgs.h

See Also

Reference

COleDialog Class

Hierarchy Chart

COleDialog Class