摘要:
DayPilot - Open-Source Outlook-Like Calendar/Scheduling Control for ASP.NETSchedule/Calendar Asp.NET controls with Source Code Databound Schedule controlsAnother Month Calendar (漂亮有源代码)Have you ever r... 阅读全文
2007年5月25日
2007年5月10日
摘要:
http://www.netfxlive.com/# SliverLight [原创]C/S模式开发中如何利用WebBrowser控件制作导航窗体 阅读全文
2007年4月29日
2007年4月27日
摘要:
怎样下载保存到数据库的image字段中的文件http://topic.csdn.net/t/20051216/11/4462938.htmlAsp.Net在SqlServer中的图片存取技术 ASP.NET中常用的文件上传下载方法 ASP.NET中通过对话框方式下载文件 阅读全文
2007年4月25日
摘要:
Serial Communication using C# and WhidbeyImplementing SMS Quiz Server using GSM modem enabled mobile phone实现GPRS数据传输新方法的研究基于GPRS远程监控系统数据终端的研究GPRS传输静态图像系统的设计与实现 (详细)基于GPRS网络的GPS图形导航仪基于GPRS路灯无线监控系统的实现基于... 阅读全文
2007年4月18日
2007年4月11日
摘要:
JRTPLib下载以及代码参考! 2007年3月24日,0:09:14 | huzhangyou2002 最近开发发现总是丢包,很郁闷!所以打算研究一下RTPLib!这是帮助文档地址:http://research.edm.uhasselt.be/jori/jrtplib/documentation/index.html代码下载地址!点击这里下载文件控制台程序!点击这里下载文件Tags ... 阅读全文
2007年4月10日
摘要:
DataTable的Remove是直接删除,不是标志为deleted. 如果使用Session保存修改,需要手工删除 DataTable.Rows[0].Delete()DataTable.Remove();Be aware that the behaviour from Remove and Delete is very different. > "Remove" removes a row ... 阅读全文
2007年4月9日
摘要:
利用反射来动态创建实例和调用方法 .NET的一个强大功能是它可以通过一种称为反射(reflection)的过程访问应用程序的元数据。简单地说,反射就是运行时查询类型信息的能力。.NET Reflection API 实际上是在System.Reflection命名空间中定义的一组类。这些类使你能够按逻辑方式查看配件和类型信息。我在这里并不对反射的基本原理做讲解,只是针对一些反射的基... 阅读全文
2007年4月6日
摘要:
通过研究GPS导航以及基于GPRS无线网络数据传输的组合导航技术, 给出基于GPRS网络的GPS图形导航仪单元的设计方案。由GPS接收机、ARM微控制器、GPRS无线模块、大容量Flash存储芯片,以及大屏幕的TFT彩色液晶屏组成。本图形导航设备能帮助使用者获得极佳的地理信息导航帮助,以及对重要信息的监控。 引言 随着近年来科技的发展以及人们对通信及导航技术的要求进一步提高,以全球定位系统(G... 阅读全文
2007年4月4日
2007年4月3日
摘要:
from:http://zhf777.cnblogs.com/articles/300606.html元数据attribute主要分为两大类: 设计期attribute 解析期attribute 设计期attribute 设计期attribute对于控件在可视化设计器(如.NET 2003)内正确运行是很重要的,设计器、属性浏览器和其他的设计期元素使用设计... 阅读全文
2007年4月2日
摘要:
asp.net URL传递中文参数的终极解决方法自定义对话框控件bate2 GridView 72般绝技 ASP.NET 2.0客户端回调的实现分析 javascript如何调用C#后代码中的过程 和ASP.NET调用JS乱码解决方案 http://blog.csdn.net/fanweiwei/archive/2006/10/18/1339365.aspx +++++++++++++++... 阅读全文
2007年3月25日
摘要:
SourceGrid - Open Source C# Grid Control 阅读全文
摘要:
WinForm控件开发总结目录 WinForm控件开发总结(一)------开篇 WinForm控件开发总结(二)------使用和调试自定义控件 WinForm控件开发总结(三)------认识WinForm控件常用的Attribute WinForm控件开发总结(四)-----控件属性的串行化 WinForm控件开发总结(五)-----为控件的复杂属性提供类型转换器 WinForm控件开发总... 阅读全文
摘要:
将DBF,XLS,XML,MDB文件导入C#DataGrid的方法 一个通过DataSet操作XML的类Working with Data—Roll Your Own Databasehttp://en.csharp-online.net/Working_with_Data%E2%80%94Roll_Your_Own_Database 阅读全文
2007年3月24日
摘要:
http://www.evget.com/article/read_1492.aspx 阅读全文
摘要:
http://blog.csdn.net/penua/archive/2006/06/26/837255.aspx起因:欲开发一报表系统,能动态加载报表程序 该系统基于插件式架构,即除了登录程序和主程序外,其它所有功能均通过后期加载的方式调用,每个组件实现一个特定的报表(或其它功能) 基本思路: 1)登录程序 判断用户身份,并根据参数判断能否进入系统,验... 阅读全文
摘要:
使用反射动态调用类成员,需要Type类的一个方法:InvokeMember。对该方法的声明如下(摘抄于MSDN): public object InvokeMember( string name, BindingFlags invokeAttr, Binder binder, object target, object[] args ); 参数 name String... 阅读全文
摘要:
动态加载和使用类型http://msdn2.microsoft.com/zh-cn/library/k3a58006(VS.80).aspxhttp://blog.csdn.net/zjghd/archive/2006/09/27/1292739.aspx 反射详细读书笔记之第四章 反射 //通过调用GetEvent和命名事件获得EventInfo对象 EventInfo eventInfo = ... 阅读全文
摘要:
点对点视频会议程序VideoNet开发例解Easy Digital Camera Connection VideoNet 利用VC++实现局域网实时视频传输VC++6.0平台下利用DirectShow技术实现DV设备的视频处理 CAviCap and CFrameGrabber - wrappers for AVICap Window Tracking an object from a live ... 阅读全文
摘要:
using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; //增加的如下.. using System.Data; using System.Net.Sockets; using System.Net; using Sy... 阅读全文
2007年3月22日
摘要:
C#窗体贴边自动隐藏组件 By Red_angelX http://www.csharphelp.com/archives/archive150.htmlIntroduction One of the first features of C# that took my interest was the ability to Dock a Control onto the edge of a ... 阅读全文
2007年3月20日
2007年3月14日
摘要:
Google Talk styled Windows Form 阅读全文
2007年3月10日
2007年3月7日
摘要:
ASP.NET系统用户权限设计与实现 ASP.Net 2.0 窗体身份验证机制-转 阅读全文
摘要:
C#的多线程机制探索(上) C#的多线程机制探索(下) 阅读全文
摘要:
Using ASP.NET Calendar Control and Yahoo.UI.Calendar in ASP.NET http://www.daypilot.org/daypilot-lite.html Event Calendar [ ASP.NET 2.0 / C# ] 阅读全文
摘要:
Remoting基本原理及其扩展机制 NET 技术-Remotinghttp://blog.csdn.net/21aspnet/category/285347.aspx?PageNumber=1 阅读全文
2007年3月5日
摘要:
ASP.NET and Windows Workflows FoundationState Machines In Windows Workflow K. Scott Allen 阅读全文
2007年2月28日
摘要:
Word 2007 File Seems To Be Deleted When You Open And Save It Using DSOFramer If you are using DSOFramer sample to host Office Documents, and t... 阅读全文
2007年2月27日
2007年1月31日
摘要:
WinForm控件开发总结(一)------开篇 http://www.cnblogs.com/guanjinke/archive/2006/12/04/582084.aspxFloating Toolbar 利用Visual C#实现任务栏通知窗口 阅读全文
2007年1月30日
摘要:
http://photo.52design.com/ico/zh_ico/3.shtml (大图标)http://download.photosohu.com/ 各式图片http://www.mydeskcity.com/daohang.htm 壁纸http://www.tucoo.com/http://www.iecool.com/fodder/kind/4_0.htm 图标 阅读全文
摘要:
http://linux-withwind.cnblogs.com/ 如何从零开始安装MOSS,内容很完整(英文)http://www.chaoqp.net.ru/read.php/181.htm MOSS Links & Workflow Foundation Sahil Malik 最近一连发表了10篇关于 MOSS BDC 的文章,真是让人振奋: SharePoint 2007:... 阅读全文