- 博客(32)
- 资源 (3)
- 问答 (2)
- 收藏
- 关注
转载 winform Datagridview_combobox
public class DataGridViewComboEditBoxColumn : DataGridViewComboBoxColumn { public DataGridViewComboEditBoxColumn() { DataGridViewComboEditBoxCell obj = new DataGrid
2011-11-27 22:13:33
535
转载 为您的软件制作一款注册机
转载自:http://www.csharpwin.com/csharpspace/2337.shtml 从今天起, 您开发的的任何软件如果您愿意都可以为之加密 --为您的软件制作一款注册机! 当您看完这篇文章时, 您就可以理直气壮的告诉您的用户 : "喂, 想
2011-08-22 21:50:37
1442
原创 权限问题引起的 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
485
原创 实现拖放读取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
467
原创 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
627
原创 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
468
原创 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
509
原创 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
686
原创 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
453
原创 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
1447
原创 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
794
原创 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
992
原创 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
1318
原创 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
745
原创 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
937
原创 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
695
原创 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
724
原创 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
670
原创 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
478
原创 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
701
原创 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
684
原创 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
714
原创 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
570
原创 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
537
原创 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
806
原创 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
891
原创 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
793
原创 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
762
原创 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
1539
原创 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
998
原创 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
895
原创 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
854
vue中的Vue.protype.$xx 的全局变量对象为什么computed无效
2022-08-09
Response 总是报403错误
2015-09-28
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅