CFrameWnd::SetMessageText

voidSetMessageText(LPCTSTRlpszText**);**

voidSetMessageText(UINTnID**);**

Parameters

lpszText

Points to the string to be placed on the status bar.

nID

String resource ID of the string to be placed on the status bar.

Remarks

Call this function to place a string in the status-bar pane that has an ID of 0. This is typically the leftmost, and longest, pane of the status bar.

CFrameWnd OverviewClass MembersHierarchy Chart

See Also   CStatusBar