runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年5月10日

摘要: 转:http://www.cnblogs.com/greatverve/archive/2011/06/28/csharp-one-form.htmlusing System;using System.Windows.Forms;using System.Runtime.InteropServices;//使用DllImport的必须。using System.Diagnostics;//引入Process 类namespace 命名空间{ static class Program { private const int WS_SHOWNORMAL = 1; ... 阅读全文
posted @ 2012-05-10 14:32 runliuv 阅读(332) 评论(0) 推荐(0)