闲坐敲棋

有约不来过夜半,闲敲棋子落灯花

导航

上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页

2009年9月10日

摘要: --------------封装输入框类using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Data;using System.Text;using System.Windows.Forms;using System.Collectio... 阅读全文

posted @ 2009-09-10 00:30 闲坐敲棋 阅读(1455) 评论(1) 推荐(0) 编辑

2009年9月9日

摘要: <HTML><HEAD> <SCRIPT language=JavaScript> <!-- /**//* ** ================================================================================================== ** 类名:CLASS_MSN_MESSAG... 阅读全文

posted @ 2009-09-09 19:59 闲坐敲棋 阅读(239) 评论(0) 推荐(0) 编辑

摘要: <a href="javascript:void(0)" onclick=" return Do()?false:false"></a> 阅读全文

posted @ 2009-09-09 09:04 闲坐敲棋 阅读(557) 评论(0) 推荐(0) 编辑

2009年9月7日

摘要: //************************************************************************// Added by : ****// 功能 : 半角数字Check// 返回值 : 1.boolean// 参数 : 1.Check Object(strObj) // 2.负号(mFlag) 1: 允许输入负数// 3.小数点(pFlag) 1:... 阅读全文

posted @ 2009-09-07 14:57 闲坐敲棋 阅读(236) 评论(0) 推荐(0) 编辑

摘要: using System;using System.Text;using System.Text.RegularExpressions;using System.Security.Cryptography;using System.IO;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;... 阅读全文

posted @ 2009-09-07 14:54 闲坐敲棋 阅读(422) 评论(0) 推荐(0) 编辑

2009年9月3日

摘要: private void ThreadShowImage(MyImage obj) { Thread t = new Thread(new ParameterizedThreadStart(ShowImage)); t.IsBackground = true; try { t.Start(obj); } catch { return; } }===========================... 阅读全文

posted @ 2009-09-03 17:23 闲坐敲棋 阅读(265) 评论(0) 推荐(0) 编辑

摘要: farther.html --------------------------- <!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.0Transitional//EN"><HTML><HEAD><TITLE>NewDocument</TITLE><METAcontent="EditPlus"name="Gen... 阅读全文

posted @ 2009-09-03 17:14 闲坐敲棋 阅读(688) 评论(0) 推荐(0) 编辑

摘要: public static Bitmap BytesToBitmap(byte[] Bytes) { MemoryStream stream = null; try { stream = new MemoryStream(Bytes); return new Bitmap((Image)new Bitmap(stream)); } catch (ArgumentNullException ex) ... 阅读全文

posted @ 2009-09-03 17:11 闲坐敲棋 阅读(970) 评论(0) 推荐(0) 编辑

2009年9月1日

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Data;using System.Linq;using System.Text;using System.Windows.Forms;using System.Collections... 阅读全文

posted @ 2009-09-01 23:10 闲坐敲棋 阅读(3661) 评论(1) 推荐(0) 编辑

2009年8月24日

摘要: form1 主窗体--------------------using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.... 阅读全文

posted @ 2009-08-24 12:57 闲坐敲棋 阅读(1078) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页