2005年2月6日
摘要: 首先呢,要对拖放到控件中的数据进行判断 privatevoidtextBox1_DragEnter(objectsender,System.Windows.Forms.DragEventArgse) { if(e.Data.GetDataPresent(DataFormats.FileDrop)) ... 阅读全文
posted @ 2005-02-06 21:34 AoingLOG 阅读(553) 评论(0) 推荐(0) 编辑
摘要: 终于又中毒了,很郁闷的一件事情,每次都是我以身试毒,结果弄得..... 灰鸽子,fxxk! 阅读全文
posted @ 2005-02-06 21:16 AoingLOG 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 今天朋友给了我一个Gmail的邀请,用了一下,觉得一般,不是很适合我 试了一下用pop收信,没有成功,不知道为什么,烦了,不想弄了 阅读全文
posted @ 2005-02-06 21:04 AoingLOG 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 今年把密码挂了,真是很郁闷的一件事情 DES啊 usingSystem; usingSystem.IO; usingSystem.Security.Cryptography; namespaceVavic { /**//// ///Security的摘要说明。 /// publicclassSecurity { const... 阅读全文
posted @ 2005-02-06 19:25 AoingLOG 阅读(1592) 评论(0) 推荐(0) 编辑