搜索资源列表
tfbjk
- 我们知道,缺省的编辑框仅支持剪接板的剪切、拷贝、粘贴操作,不支持拖放操作,本程序扩展了CEdit类为CDragEdit类,并再实现了CDEDropTarget和CDEDataSource,实现编辑之间拖放文本的操作-We know that the default edit box only support the shear plate editing, copy, paste operation, does not support drag and drop, this program ex
ExSplit
- 考虑到C#中的string类提供的Split方法无法实现针对串参数的分割,所以自己解决了。主要实现了对String类的扩展,使之支持string参数的Split。-C# taking into account the type of string Split method can not be realized against the division series parameters , and they therefore resolved. Major Implementation of
CSharpCourse
- C#応用程序設計教程-電子教案(PPT) 第1章 C#语言基础 第2章Windows编程的基础知识 第3章常用控件和类的使用 第4章文本编辑器的实现 第5章图形图像编程 第6章文件和流 第7章多线程程序设计 第8章 数据库与ADO.Net 第9章ASP.Net编程基础知识 第10章 Web服务器控件 第11章ASP.Net内建对象 第12章可扩展标记语言 第13章Web服务
ComboBox_demo.zip
- 下拉菜单。可以扩展的类。有很多好用的地方。,code for menu
sXrecord
- C# 进行 AutoCAD 二次开发时对AutoCAD的扩展记录Xrecord 和扩展数据XData的操作类-C# for AutoCAD second development on the expansion of AutoCAD and expansion of data record Xrecord operation XData category
TaobaoAPI_dotNetDemo
- 淘宝Open API 接口调用应用Demo. 实现卖家订单查询.基于Top4net 类库实现. 已实现自动抓取登陆淘宝后获得的授权码,并根据授权码获得订单列表.此源码为示例DEmo,包括详细注释,可据此进行扩展,实现更多功能.-Taobao Open API interfaces called application Demo. To achieve the seller Order. Based Top4net class library. Has been automatical
DetailFileInfo
- 如何用C#获得文件信息以及扩展信息 在C#中获得文件信息很容易,只需要用FileInfo类或者FileVersionInfo类就可以获得,但是如果想要获得文件的扩展信息,则无法从这两类来获得。不过在C#中,这也不是件难事,只要引入“Microsoft Shell Controls and Automation”这个COM就可以获得。-How to use C# to obtain file information, as well as the expansion of informatio
XMLReaderDragon
- 对自定义XML文件的读、写、修改、删除操作,加入简单类工厂和单例模式,便于扩展。打包成DLL,EX为测试项-XML documents to read, write, modify, delete operations, adding a simple type of plant and single-case model, convenient for extension. Packaged into a DLL, EX test items
TextBox
- 扩展了TextBox的一些功能,如控件时间格式,货币格式等。是一个控件类-Extends the TextBox some of the features, such as control, time format, currency format. Is a control class
mylist
- 纯C语言实现的通用链表(类)源代码 纯C语言代码实现的通用链表(类)源代码,可在bc++、tc,tc++等这些老古董编译器以及gcc、vc6.0、vc2005中通过编译,觉得不错的下载研究研究,不能抓到截图。 一些说明: 为了可扩展使用,下面的结点结构中用TYPE指定数据类型,使用时请按照需要在list_def.h中把TYPE定义为合适的类型,并且提供三个原型函数,第一个用来为TYPE类型的数据赋值,第二个判断两个TYPE类型的数据是否相等,第三个用来打印(显示)TYPE
ZYBTextBox
- 扩展.NET中的richtextbox控件功类,具有打印,插入图片,添加不同文字等效果-Expansion. NET in the richtextbox control power class, with print, insert images, add text and other effects of different
MyTextBox
- 扩展C#的TextBox类,textbox一般是用于数据输入,但许多数据是需要验证。我扩展的它,能验证多种数据,如数字,字符等。是一个很好例子。-Extended C# the TextBox class, textbox is generally used for data input, but many data requires authentication. I extended it to verify a variety of data, such as numbers, chara
LINQ
- 目前OOP技术在工业领域的应用已经进入了一个稳定的发展阶段。程序员现在都已经认同像类、对象和方法这样的语言特性。考察现在和下一代的技术,一个新的编程技术的重大挑战开始呈现出来,即面向对象技术诞生以来并没有解决降低访问和整合信息数据的复杂度的问题。其中两个最主要访问的数据源与数据库和 XML 相关。 LINQ(Language INtegrated Query,语言集成查询)是Visual Studio 2008中的一组新功能,可为C#和Visual Basic语言语法提供强大的查询功能。LI
AddInEditorExtension
- C#+ArcGIS10编程实现编辑工具条的扩展,一个扩展类-C#+ ArcGIS10 programming editor toolbar extension, an extension of the class
MvcPsdfager15Demo3
- MVC3 Razor实现Ajax数据分页源码 项目描述: MvcPager分页控件是在ASP.NET MVC Web应用程序中实现分页功能的一系列扩展方法,该分页控件的最初的实现方法借鉴了网上流行的部分源代码,尤其是ScottGu的PagedList类和相关方法,经过不断完善和改进后推出的比较成熟而且功能强大的ASP.NET MVC分页解决方案。 MvcPager主要功能有: 1.实现最基本的url route分页; 2.支持手工输入或选择页索引并对输入的页索引进行有
BallonToolTipLibrary
- 建设BallonToolTip提供商在C# 演示如何创建一个提示提供支持气球工具提示,其中包括有关创建扩展性能和使用NativeWindow类的问题。-Building a BallonToolTip provider in C# Shows how to create a ToolTip provider that supports Balloon Tooltips, including issues related to creating extender properties an
TCPScoket
- TCPsocket通信实例,客户端服务器分开,并且写成了完整的类库,实现扩展和二次开发-TCPsocket communication examples, the client server separate, and into a complete class library, realize the expansion and the secondary development
RtfControl
- rtf解析类,包括解析核心结构、扩展类,本人对该扩展类进行了扩充,对核心算法进行了改良-rtf analytic categories, resolve the core structure, the extension class
FastReport.Net
- FastReport.Net 2015最新版,代码里包含里我2次封装的扩展类库,进一步提高 FastReport报表的简单易用.有demo-The latest version of FastReport.Net 2015, the code contained in the 2 time I package the extended class library, to further improve the simple and easy to use FastReport report de
SelectionAddInSample
- c# AE addin 可停靠窗口.一个扩展类-c# AE addin dockablewindow