小格
没有目标的人,是在帮那些有目标的人完成目标。
摘要: [DllImport("shell32.dll")] public extern static IntPtr ShellExecute(IntPtr hwnd, string lpOperation, string lpFile, string lpParameters, string lpDirectory, int nShowCmd ); public enum ShowWindowCommands : int { SW_HIDE = 0, SW_SHOWNORMAL = 1, SW_NORMAL = 1, SW_SHOWMINIMIZED = 2, SW_SHOWMA 阅读全文
posted @ 2013-04-22 16:54 小格 阅读(227) 评论(0) 推荐(0)