CWindow::SetWindowText
Zmienia tekst w oknie.
BOOL SetWindowText(
LPCTSTR lpszString
) throw();
Uwagi
Zobacz SetWindowText w Windows SDK.
Przykład
//The following example attaches an HWND to the CWindow object and
//calls CWindow::SetWindowText() to set the new title-text of the
//window
CWindow myWindow;
myWindow.Attach(hWnd);
myWindow.SetWindowText(_T("Hello ATL"));
Wymagania
Nagłówek: atlwin.h