C/C++, MFC and WinAPI programming
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));
Sunday, May 4, 2008
MFC links
http://www.ucancode.net/Visual_C_Tutorials-Articles.htm
http://www.ucancode.net/Visual_C_Tutorials-Articles.htm
http://www.ucancode.net/Visual_C_MFC_Example/CListCtrl-Print-Custom-Draw-VC-Tutorial.htm
http://www.flounder.com/mvp_tips.htm#Controls%20series
Newer Posts
Home
Subscribe to:
Posts (Atom)