Sunday, May 11, 2008

Change the status bar text

include afxpriv.h header

Then send the WM_SETMESSAGESTRING message
pWnd->SendMessage(WM_SETMESSAGESTRING, 0, (LPARAM)(lpszMsg));

No comments: