只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2009-05-15 18:36 fanybul 阅读(8) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2009-05-15 18:35 fanybul 阅读(10) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2009-05-15 18:34 fanybul 阅读(17) 评论(0) 推荐(0)
摘要: using System.Security.Cryptography;/// 进行DES加密。/// </summary>/// <param name="pToEncrypt">要加密的字符串。</param>/// <param name="sKey">密钥,且必须为8位。</param>/// <returns>以Bas... 阅读全文
posted @ 2009-05-15 14:31 fanybul 阅读(145) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2009-05-14 18:04 fanybul 阅读(8) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2009-05-14 17:59 fanybul 阅读(27) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2009-05-14 17:54 fanybul 阅读(11) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2009-05-14 17:50 fanybul 阅读(11) 评论(0) 推荐(0)
摘要: <接收方>public partial class FormServer : Form { const int WM_COPYDATA = 0x004A; public FormServer() { InitializeComponent(); } protected override void DefWndProc(ref System.Windows.Forms.Message m... 阅读全文
posted @ 2009-05-14 17:26 fanybul 阅读(218) 评论(0) 推荐(0)
摘要: <一>读操作系统日志:<1> button事件:(点一下BUTTON写一条日志信息) i += 1; EventLog myLog = new EventLog("WxSoftQuartz"); if (!EventLog.SourceExists("WxSoft")) { EventLog.CreateEventSource("WxSoft", "WxSoftQuartz... 阅读全文
posted @ 2009-05-14 17:21 fanybul 阅读(435) 评论(0) 推荐(0)