邪风戏雨

青斗笠,绿蓑衣,斜风细雨不须归。

导航

随笔分类 -  C# Programming

摘要://====================================================== //实现一个静态方法将指定文件夹下面的所有内容copy到目标文件夹下面 //====================================================== publicstaticvoidCopyDir(stringsrcPath,s... 阅读全文

posted @ 2005-01-06 15:09 fdreg 阅读(802) 评论(0) 推荐(0)

摘要:private void tabControl1_DrawItem(object sender, System.Windows.Forms.DrawItemEventArgs e) { Font fntTab; Brush bshBack; Brush bshFore; if ( e.Index == this.tabControl1.SelectedIndex) ... 阅读全文

posted @ 2004-12-13 19:58 fdreg 阅读(2210) 评论(0) 推荐(0)

摘要:一段捕捉桌面活动窗体的标题及其进程的代码。主要利用了API及Process类。 usingSystem;usingSystem.Runtime.InteropServices;usingSystem.Text;usingSystem.Runtime.CompilerServices;usingSystem.Diagnostics;usingSystem.Reflectio... 阅读全文

posted @ 2004-11-30 18:33 fdreg 阅读(1567) 评论(2) 推荐(0)