自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(32)
  • 资源 (3)
  • 问答 (2)
  • 收藏
  • 关注

转载 winform Datagridview_combobox

public class DataGridViewComboEditBoxColumn : DataGridViewComboBoxColumn    {        public DataGridViewComboEditBoxColumn()        {            DataGridViewComboEditBoxCell obj = new DataGrid

2011-11-27 22:13:33 469

转载 为您的软件制作一款注册机

转载自:http://www.csharpwin.com/csharpspace/2337.shtml  从今天起, 您开发的的任何软件如果您愿意都可以为之加密 --为您的软件制作一款注册机!    当您看完这篇文章时, 您就可以理直气壮的告诉您的用户 : "喂, 想

2011-08-22 21:50:37 1051

原创 权限问题引起的 asp.net Excel 报错

转自:http://www.cnblogs.com/hbb0b0/archive/2009/04/12/1432601.html  dcom 权限问题引起asp.net Excel 报错 1.      现象:l 查看windows日志工具,会发现如下错误: l 错误的详细信息事

2011-07-14 21:15:32 397

原创 实现拖放读取Excel2007数据表 转处:http://iamsam.blogbus.com/logs/37711535.html

 private void SelectFiles()        {            openFileDialog1.Filter = "Excel文件(*.xlsx,*.xls)|*.xlsx;*xls";            //openFileDialog1.InitialDirectory = path;//指定初始化路径            DialogResult res

2011-07-02 13:03:16 406

原创 WinForm下DataGridView导出Excel的实现 转处:http://seloba.iteye.com/blog/1017715

 WinForm下DataGridView导出Excel的实现1.说明:导出的效率说不上很高,但至少是可以接收的.参考网上很多高效导出Excel的方法,实现到时能够实现的,导出速度也很快,不过缺陷在与不能很好的进行单元格的格式化,比如上图中的"拼音码"字段中的值"000000000012120",在导出后就显示"12120",挺郁闷的!o(∩_∩)o,废话不说了,进入正题.......2.首先添加

2011-07-02 10:21:56 567

原创 sourcegrid 应用实例(全部来自官网下载的例子)_GridVirtual

using System;using System.Collections;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Data;using System.Windows.Forms;namespace SourceGri

2011-06-26 22:54:00 394

原创 sourcegrid 应用实例(全部来自官网下载的例子)_GridVirtual

using System;using System.Collections;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Data;using System.Windows.Forms;namespace SourceGri

2011-06-26 22:54:00 450

原创 sourcegrid 应用实例(全部来自官网下载的例子)_GridVirtual

using System;using System.Collections;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Data;using System.Windows.Forms;namespace SourceGri

2011-06-26 22:53:00 594

原创 winform 導出excel

轉自:http://www.iteye.com/topic/103829winForm中导出Execl的方法:1、方法1:   SqlConnection conn=new SqlConnection(System.Configuration.ConfigurationSettings.AppSettings["conn"]);    SqlDataAdapter da=new Sql

2011-06-19 22:43:00 390

原创 winform excel 合并表格問題

引自:http://bbs.gimoo.net/thread/176038-1.html Microsoft.Office.Interop.Excel.Application excel;Microsoft.Office.Interop.Excel._Workbook objBook;private void btnSave_Click(object sender, EventArgs e

2011-06-19 22:24:00 1383

原创 sourcegrid 应用实例(全部来自官网下载的例子)——Advanced Data Binding - DataGrid 3, validation rules

 源码:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;namespace WindowsFormsSample{ ///  /// Summary descripti

2011-06-15 22:56:00 730

原创 sourcegrid 应用实例(全部来自官网下载的例子)——Advanced Data Binding - different Views, images and tooltip

 源码:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;namespace WindowsFormsSample{ ///  /// Summary descripti

2011-06-15 22:54:00 912

原创 sourcegrid 应用实例(全部来自官网下载的例子)——Advanced Data Binding - DataGrid, alternate backcolor

源码:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;namespace WindowsFormsSample{ ///  /// Summary description

2011-06-15 22:52:00 1211

原创 sourcegrid 应用实例(全部来自官网下载的例子)——Array binding

 源码:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;namespace WindowsFormsSample{ ///  /// Summary description for frmSampleGr

2011-06-14 22:50:00 683

原创 sourcegrid 应用实例(全部来自官网下载的例子)——Planning grid

 源码:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;namespace WindowsFormsSample{ ///  /// Summary description for frmSample18

2011-06-14 22:48:00 859

原创 sourcegrid 应用实例(全部来自官网下载的例子)——Data Binding - DataGrid SQL Binding

  源码:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;namespace WindowsFormsSample{ ///  /// Summary description for frmSampl

2011-06-14 22:45:00 580

原创 sourcegrid 应用实例(全部来自官网下载的例子)——Nullable CheckBox and OnValueChanged Controller

 源码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace WindowsFormsSample.G

2011-06-13 22:43:00 669

原创 sourcegrid 应用实例(全部来自官网下载的例子)——Grid navigation, tab, arrows and other controls

 源码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace WindowsFormsSample.G

2011-06-13 22:40:00 613

原创 sourcegrid 应用实例(全部来自官网下载的例子)——Multiple columns sort

 源码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace WindowsFormsSample.G

2011-06-13 22:38:00 424

原创 sourcegrid 应用实例(全部来自官网下载的例子)——Editable headers

 源码:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;namespace WindowsFormsSample{ ///  /// Summary description for frmSample14

2011-06-13 22:35:00 647

原创 sourcegrid 应用实例(全部来自官网下载的例子)——Use of Controllers: Cursor, Click event, ContextMenu and ToolTip

 源码:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;namespace WindowsFormsSample{ ///  /// Summary description for frmSampleGr

2011-06-13 22:32:00 632

原创 sourcegrid 应用实例(全部来自官网下载的例子)——Real Grid basic (flat headers, linear backcolor)

 源码: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace WindowsFormsSampl

2011-06-13 22:14:00 648

原创 sourcegrid 应用实例(全部来自官网下载的例子)——Real Grid basic (custom header, alternate backcolor)

 源码:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;namespace WindowsFormsSample{ ///  /// Summary description for frmSample14

2011-06-13 22:12:00 499

原创 sourcegrid 应用实例(全部来自官网下载的例子)——show and hide column

 源码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace WindowsFormsSample.G

2011-06-13 22:07:00 480

原创 sourcegrid 应用实例(全部来自官网下载的例子)——Editors and Types

 源码:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;namespace WindowsFormsSample{ ///  /// Summary description for frmSample3.

2011-06-13 21:58:00 735

原创 sourcegrid 应用实例(全部来自官网下载的例子)——selecttion

 源码:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;namespace WindowsFormsSample{ ///  /// Summary description for frmSample17

2011-06-13 21:52:00 714

原创 sourcegrid 应用实例(全部来自官网下载的例子)——background

  源码:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;namespace WindowsFormsSample{ ///  /// Summary description for frmSampl

2011-06-13 21:50:00 732

原创 sourcegrid 应用实例(全部来自官网下载的例子)——ColipBoard

 源码:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;namespace WindowsFormsSample.GridSamples{ ///  /// Summary description for

2011-06-13 21:46:00 714

原创 sourcegrid 应用实例(全部来自官网下载的例子)——sample grid

 源码:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;namespace WindowsFormsSample{ ///  /// Summary description for frmSampleGr

2011-06-12 22:49:00 1417

原创 sourcegrid 应用实例(全部来自官网下载的例子)——rowspan and columnspan

   源码:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;namespace WindowsFormsSample{ ///  /// Summary description for frmSa

2011-06-12 22:36:00 931

原创 sourcegrid 应用实例(全部来自官网下载的例子)——Basic grid

 源码:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;namespace WindowsFormsSample{ ///  /// Summary description for frmSample14

2011-06-12 22:18:00 828

原创 sourcegrid 应用实例(全部来自官网下载的例子)

sourcegrid 应用实例1、主窗体页面,主要是链接到各个子应用例子代码:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;namespace WindowsFormsSample{ ///  ///

2011-06-12 22:09:00 766

html5 入门

html5 入门教材,是学习html5在非常好的帮手

2012-08-03

《iPhone 3 开发基础》源码

这个是《iPhone 3 开发基础教程》书籍的源码,希望对大家有帮助。

2011-05-11

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

TA关注的人

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