菜鸟提问
ShowWindow(hwnd,nCmdshow) 函数的参数nCmdshow是窗口显示形式标识,
有SW_HIDE,SW_SHOWMAXMIZE的选择,我写成
ShowWindow (hwnd, SW_SHOWMINIMIZE) ;为什么报错?
--------------------Configuration: aa - Win32 Debug--------------------
Compiling...
1.cpp
E:\VC++\aa\1.cpp(149) : error C2065: 'SW_SHOWMINIMIZE' : undeclared identifier
Error executing cl.exe.
'SW_SHOWMINIMIZE' 未定义??????不是系统定义好的吗?