
Windows API
del123
的
展开
-
IsIconic(判断窗口是否最小化)
The IsIconic function determines whether the specified window is minimized (iconic). 函数isiconic返回值取决于指定窗口是否已经最小化。BOOL IsIconic( HWND hWnd // handle of window ); ParametershWnd窗口句柄翻译 2006-06-16 15:41:00 · 13284 阅读 · 0 评论 -
改变窗口层叠的顺序
BringWindowToTop The BringWindowToTop function brings the specified window to the top of the Z order. If the window is a top-level window, it is activated. If the window is a child window, the top-l翻译 2006-06-16 16:29:00 · 4237 阅读 · 0 评论