showwindow
基本解釋
- n.櫥窗(陳列窗;展覽窗)
英漢例句
- Ensure that your form`s ShowWindow property is set to 2.Read the header section of the menu`.
基本意思是涉及到頂層表單調(diào)用及其屬性的設(shè)置! - Application.Icon.Handle; szTip := 'Mouse Down Here!'; end; ShellApi.Shell_NotifyIcon(NIM_ADD, @Ntf); Self.Hide; ShowWindow(Application.Handle, SW_Hide); CanClose := False;end;end.
內(nèi)容提要:一是關(guān)閉時(shí)隱藏,任務(wù)欄也要隱藏二是點(diǎn)拖盤圖標(biāo)時(shí)顯示主窗體,任務(wù)欄也要顯示。請分別給出代碼謝謝... - showwindow (hwnd, sw_showminimize) ;
為什么報(bào)錯(cuò)? - ShowWindow(DestHandle, SW_SHOW);
//恢復(fù)窗口; - ShowWindow(::FindWindow(“Shell_TrayWnd”, NULL, SW_SHOW),隱藏用SW_HIDE
使用基于對話框的程序在任務(wù)欄隱藏。