自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 XPButton xp按钮

public class XPButton:System.Windows.Forms.Button{ private bool mouseover=false; public XPButton() {  //  // TODO: 在此处添加构造函数逻辑  //  this.Cursor = System.Windows.Forms.Cursors.Hand; }

2007-04-18 14:04:00 815

原创 DataGridRow 显示datagrid行数,不过会加慢速度

 public class  DataGridRow : DataGrid {  protected override  void OnPaint(PaintEventArgs e)  {   base.OnPaint(e);   try   {    if(this.DataSource!=null)    {                int yDelta;

2007-04-18 13:58:00 931

原创 DataGridColoredTextBoxColumn 改变datagrid 某一特定单元格颜色

 public class  DataGridColoredTextBoxColumn : DataGridTextBoxColumn {   private System.Data.DataRow[] m_coloredDataRows;  private System.Drawing.Brush m_foreBrush;  private System.Drawing.Brush m_back

2007-04-18 13:52:00 1335 1

原创 怎样用UDP通迅

using System;using System.Data;using System.Net;using System.Net.Sockets;using System.Collections;using System.Text;using System.Threading;using System.IO;namespace BaseStationPDA{ ///  /// Summary de

2005-09-21 18:23:00 889

原创 C#几种加密算法,包括MD5

MD5算法:using System;using System.Text;namespace BaseStationPDA{ /**////  /// Summary description for MD5. ///  public class MD5 {  const int BITS_TO_A_BYTE = 8;  const int BYTES_TO_A_WORD = 4;  const i

2005-09-21 18:14:00 1083

原创 在pda上怎样打开网页或者调用其他可程序(主要是指可执行文件)的公共类

using System;using System.Runtime.InteropServices; namespace BaseStationPDA{ ///  /// Summary description for Invoke. ///  public class Invoke {  public Invoke()  {   //   // TODO: Add constructor log

2005-09-21 17:57:00 1972

原创 用C#读取GPS数据的基类,适用于wince操作系统

using System;using System.Runtime.InteropServices;using System.Text;namespace BaseStationPDA { class GPS  {  public string PortNum;   public int BaudRate;  public byte ByteSize;  public byte Parity; /

2005-09-21 17:51:00 1436 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除