zoukankan      html  css  js  c++  java
  • source grid 4.0.0.3 是个好东西!

    介绍:
    SourceGrid 是一个的完全地用C#开发的Windows窗体控件;想实现excel或者word表格的样式的话,这是最好的选择.

    官方网址: http://sourceforge.net/projects/sourcegrid

    下面的代码可以详细的说明如何运用这个好控件.(代码是不能直接运行的,仅做参考).
    其中也包含了access数据库操作的常用方法.
    还顺便加了DockPanel的演练.
    DockPanel是一个可以做到vs2003工具栏,属性窗口样式的控件.

    官网:http://sourceforge.net/projects/dockpanelsuite/

    DockPanel suite is designed to achieve docking capability for MDI forms. It can be used to develop applications with Visual Studio .Net style user interface.

    DockPanel suite is a 100%-native .Net windows forms control, written in C#

     

    Features of DockPanel suite:

    ·         Complex hierarchies

    ·         Auto-hide

    ·         Free drag-and-drop

    ·         Nested docking

    ·         Integration with .Net Framework and VS .Net

    ·         Persistent to XML file


  • 相关阅读:
    网络爬虫基础练习
    综合练习:词频统计
    画图
    Hadoop综合大作业
    hive基本操作与应用
    理解MapReduce计算构架
    熟悉HBase基本操作
    爬虫大作业
    熟悉常用的HDFS操作
    数据结构化与保存
  • 原文地址:https://www.cnblogs.com/dreign/p/566267.html
Copyright © 2011-2022 走看看