C++ expected an expression on status bar
Daniel Shepherd
246
Reputation points
I am on the tutorial on winprog.org, and I am making a status bar. here is my code:
hStatus = CreateWindowEx(0, STATUSCLASSNAME, NULL, WS_CHILD | WS_VISIBLE | SBARS_SIZEGRIP, 0, 0, 0, 0, hWnd, (HMENU)IDC_MAIN_STATUS, GetModuleHandle(NULL), NULL);
errors:
also by status bar, i mean like this:
Windows development | Windows API - Win32
2,784 questions
Sign in to answer