三维GIS交流 WorldWind GoogleEarth EV-Globe osgearth


               积沙成塔,集腋成裘,千里之行,积于跬步。夏丏尊有联:贵有恒,何必三更起五更睡;最无益,只怕一日曝十日寒。

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

2007年7月11日

摘要: Process currentProcess = Process.GetCurrentProcess(); //获取当前进程 //获取当前运行程序完全限定名 //string currentFileName = Path.GetFileName(currentProcess.MainModule.FileName); string currentFileName = currentProcess.ProcessName; //获取进程名为ProcessName的Process数组。 阅读全文
posted @ 2007-07-11 21:35 niceboy 阅读(614) 评论(0) 推荐(0) 编辑

摘要: 今天想实现点击最小化按钮让窗体变成隐藏的功能,在网上搜索了半天才找到一段代码,贴在这里,大家共享吧 const int WM_SYSCOMMAND = 0x112; const int SC_CLOSE = 0xF060; const int SC_MINIMIZE = 0xF020; const int SC_MAXIMIZE = 0xF030; protected override void WndProc(ref Message m) 阅读全文
posted @ 2007-07-11 21:20 niceboy 阅读(1371) 评论(0) 推荐(0) 编辑

点击这里给我发消息