//最大化視窗無法使用 using System.Runtime.InteropServices; [DllImport("User32.dll", EntryPoint = "FindWindow")] private static extern int FindWindow(string lpClassName, string lpWindowName); [DllImport("user32.dll")] static extern bool ShowWindow(int hWnd, int nCmdShow); private void SetActiveWindow() { //If the window state of the inactive window is maximize, this code doesn't work. int WINDOW_HANDLER = FindWindow(null, @"Piriform CCleaner"); if (WINDOW_HANDLER == 0) { } else { ShowWindow(WINDOW_HANDLER, 3); } }
2011年7月4日 星期一
用視窗標題激活視窗
嗨,大家好!我是一位資訊人、畫畫人、科技人和行銷人。定位自己為網路觀察家,永遠保持好奇心與熱情,學習跨領域新事物,希望最終能成為一個全方位的人。喜歡探索新技術和創意,並將其應用於工作和生活中。也喜歡畫畫、旅行、閱讀和寫作。希望我的部落格可以為您帶來啟發和樂趣,並與您分享我的經驗和見解。謝謝您的訪問,期待與您交流!
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言