A very simple introduction to writing your first .NET control Download source files - 1 Kb Introduction This is an extremely simple introduction to creating a control, adding methods and properties, and adding event handlers. There are two types of c…
博客地址 http://blog.csdn.net/foxdave 之前两次我们定义了内容类型和字段,我们现在用它们为这一讲服务--创建一个自定义列表. 打开Visual Studio,打开之前的工程,添加一个"来自内容类型的列表定义",更改名字后点击添加.之后会弹出自定义向导如图所示 第二行自动加载出了我们自定义的内容类型.默认勾选"为此列表添加列表实例",需要注意的是,每次部署时都会删掉现有实例创建新实例,如果有数据的话需要留意一下.点击完成,完成列表定义的添加…
博客地址 http://blog.csdn.net/foxdave 自定义列表的时候有时候需要自定义一些字段来更好地实现列表的功能,本文讲述自定义字段的一般步骤 打开Visual Studio,我们还是使用上次创建的小项目,打开.我们只做一个简单的字段,一个图片超链接,此例没有附带ascx用户控件, 第一步,添加两个自定义字段类,继承SPField和SPFieldControl,最简单的格式如下所示 using Microsoft.SharePoint; using Microsoft.Shar…
ASP.NET:  http://www.screencast.com/t/OHhcHD9vy WinForms: http://www.screencast.com/t/8M8K4eskkYO9…
http://www.cnblogs.com/light169/archive/2008/06/11/1217139.html…
[it-ebooks]电子书列表   [2014]: Learning Objective-C by Developing iPhone Games || Leverage Xcode and Objective-C to develop iPhone games http://it-ebooks.info/book/3544/Learning Web App Development || Build Quickly with Proven JavaScript Techniques http:…
转自 基于C#的波形显示控件的实现[附完整源码下载] 编者记: 09年暑假正好在学院实验室呆了一段时间,做了个完整的上位机软件(具体实现:根据下位机的指令,实现通过串口来操纵下位机进行实验,并将采集的数据进行处理和保存,并以图形的方式显示),整个项目边学C# WinForm边设计,这个波形显示控件就是项目中的一部分,也花了自己绝大多数时间.此外,顺便将该波形显示控件当作自己毕业设计的内容,下文实际上是节选自自己的本科毕业论文,希望对大家能有所帮助.代码以及文章有疏漏.错误.不妥之处在所难免,欢迎…
Xamarin 3.7.165 Preview 下载地址:http://download.xamarin.com/XamarinforVisualStudio/Windows/Xamarin.VisualStudio_Setup-3.7.165.msi 刮刮乐:http://pan.baidu.com/s/1o6x9ffk 简单的来说,此次版本更新了对iOS 8的重大支持,以及Xamarin组件的功能更新和BUG修复,并且改进了某些兼容性问题. 想要了解详情请看下面,或者直达: What is…
For the next couple months we're going to revisit Build 2017, each post focusing on different aspects and technologies presented. Not every session will be listed, just a select set, hopefully enough to wet your appetite. All the on-demand sessions c…
In my previous post, I have already defined how you can inherit from an existing control and define your own reusable chunk. The reusable XAML code that I have defined there is actually a composition of one of more existing elements in a common desig…