lcf's Web Cote

Don't try to tie me down with those conventions.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

文章分类 -  D C#(WIN FORM)

有关C#(WIN FORM)的文章
摘要:/**//// /// 加密。注意:sKey输入密码的时候,必须使用英文字符,区分大小写,且字符数量是8个,不能多也不能少,否则出错。 /// public static string Encrypt(string pToEncrypt, string sKey) { DESCryptoServiceProvider des = new DESCryptoServiceProvider(); ... 阅读全文

posted @ 2007-07-31 11:42 Lcf 阅读(242) 评论(0) 推荐(0) 编辑

摘要:模拟键盘鼠标(C#) 阅读全文

posted @ 2007-07-20 13:37 Lcf 阅读(467) 评论(0) 推荐(0) 编辑

摘要:获取网页中的验证码图片之二 阅读全文

posted @ 2007-06-22 16:39 Lcf 阅读(131) 评论(0) 推荐(0) 编辑

摘要:获取网页中的验证码图片 阅读全文

posted @ 2007-06-22 16:32 Lcf 阅读(552) 评论(0) 推荐(0) 编辑

摘要:对webBrowser的应用 阅读全文

posted @ 2007-06-21 22:43 Lcf 阅读(116) 评论(0) 推荐(0) 编辑

摘要:微软PetShop 4.0 阅读全文

posted @ 2007-06-17 15:42 Lcf 阅读(61) 评论(0) 推荐(0) 编辑