CCmdTarget::BeginWaitCursor

This method displays the cursor as an hourglass when you expect a command to take a noticeable time interval to execute. The framework calls this method to show the user that it is busy, such as when a CDocument object loads or saves itself to a file.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

void BeginWaitCursor( );

See Also

CWaitCursor, CCmdTarget::EndWaitCursor, CCmdTarget::RestoreWaitCursor, CWinApp::DoWaitCursor