摘要:
using System; using System.IO; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace HtmlStripTags { class HtmlHelper { private static r... 阅读全文
摘要:
using System; using System.DirectoryServices; using System.Runtime.InteropServices; using System.Security.Principal; namespace SystemFrameworks.Helper { /**//// /// 活动目录辅助类。封装一系列活动目录操作相... 阅读全文
摘要:
A、金山词霸组件法 在金山词霸中2005中带了一个XdictGrb.dll,添加引用 废话不多说了,还是把源码放上 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Text; using System.Windows.Forms;... 阅读全文
摘要:
using System.Runtime.InteropServices; using System.Management; using System; public class HardwareInfo { //取机器名 public string GetHostName() { return System.Net.Dns.GetHostName();... 阅读全文
摘要:
摘至:http://blog.csdn.net/wpuuuu/archive/2007/03/19/1533204.aspx using System; using System.Xml; namespace X2Blog { /**//// /// xml 的摘要说明。 /// public class XmlHandler { pr... 阅读全文
摘要:
摘至:http://dev.csdn.net/author/starchenzhi/506a6b59aaa04542ae1df3c007184a36.html using System.Drawing; using System.IO; using System.Drawing.Imaging; private void AddTextToImg(string fileName,... 阅读全文