posted @ 2009-09-10 00:30 闲坐敲棋 阅读(1488) 评论(1) 推荐(0)
摘要:
--------------封装输入框类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... 阅读全文
摘要:
<HTML><HEAD> <SCRIPT language=JavaScript> <!-- /**//* ** ================================================================================================== ** 类名:CLASS_MSN_MESSAG... 阅读全文
posted @ 2009-09-09 19:59 闲坐敲棋 阅读(246) 评论(0) 推荐(0)
摘要:
<a href="javascript:void(0)" onclick=" return Do()?false:false"></a> 阅读全文
posted @ 2009-09-09 09:04 闲坐敲棋 阅读(628) 评论(0) 推荐(0)
摘要:
//************************************************************************// Added by : ****// 功能 : 半角数字Check// 返回值 : 1.boolean// 参数 : 1.Check Object(strObj) // 2.负号(mFlag) 1: 允许输入负数// 3.小数点(pFlag) 1:... 阅读全文
posted @ 2009-09-07 14:57 闲坐敲棋 阅读(245) 评论(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 闲坐敲棋 阅读(437) 评论(0) 推荐(0)
摘要:
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 闲坐敲棋 阅读(280) 评论(0) 推荐(0)
摘要:
farther.html --------------------------- <!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.0Transitional//EN"><HTML><HEAD><TITLE>NewDocument</TITLE><METAcontent="EditPlus"name="Gen... 阅读全文
posted @ 2009-09-03 17:14 闲坐敲棋 阅读(703) 评论(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 闲坐敲棋 阅读(990) 评论(0) 推荐(0)
摘要:
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 闲坐敲棋 阅读(3736) 评论(1) 推荐(0)
摘要:
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 闲坐敲棋 阅读(1085) 评论(0) 推荐(0)
浙公网安备 33010602011771号