摘要: using System.Diagnostics;using System.Reflection;using System.Runtime.InteropServices;namespace WindowsFormsApplication1{ static class Program { [DllImport("User32.dll")] private static extern bool ShowWindowAsync(IntPtr hWnd, int cmdShow); [DllImport("User32.dll")] ... 阅读全文
posted @ 2013-04-03 17:17 Cynosure鱼 阅读(289) 评论(0) 推荐(0) 编辑