2012-08-01

【Delphi】在程式控制顯示/隱藏 Windows 的工具列

// 隱藏工具列 ----
ShowWindow(FindWindow('Shell_TrayWnd',nil), SW_HIDE) ;

// 顯示工具列 ----
ShowWindow(FindWindow('Shell_TrayWnd',nil), SW_SHOWNA) ;

沒有留言:

張貼留言