COleMessageFilter::EnableNotRespondingDialog

Enables and disables the "not responding" dialog box, which is displayed if a keyboard or mouse message is pending during an OLE call and the call has timed out.

void EnableNotRespondingDialog( 
   BOOL bEnableNotResponding = TRUE  
);

Parameters

  • bEnableNotResponding
    Specifies whether the "not responding" dialog box is enabled or disabled.

Requirements

Header: afxole.h

See Also

Reference

COleMessageFilter Class

Hierarchy Chart

COleMessageFilter::EnableBusyDialog

COleMessageFilter::BeginBusyState

COleMessageFilter::SetBusyReply

COleBusyDialog Class