在.Net平台下,创建一个ASP.Net的程序 1、引用两个NAMESPACE usingSystem.Text//因为用了Encoding类 usingSystem.Net//因为用了WebClient类 2、整个程序用了三个控件 txtUrl//输入你要获取的网页地址TEXTBO...
第6章 更多的用户界面:添加自定义数据 在本章中,我们将介绍.NET API的用户界面部分能做些什么。我们首先将介绍一个自定义上下文菜单(快捷菜单)。接下来我们将实现一个无模式...
[阿里西西]网站运营lt;%@ Page language="c#" Codebehind="StockOrderFormBrower.aspx.cs" AutoEventWireup="false" Inherits="GSP.StockOrderFormBrower" % !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" HTML HEAD title 用C#和...
本文来源于阿里西西WEB开发社区http://www.alixixi.com收集整理,欢迎访问。 第7章 事件 本章将讨论AutoCAD中的事件。我们将介绍事件处理函数的使用,特别是监视AutoCAD命令的事件处理函数...
对于XML,想必各位都比较了解,我也就不用费笔墨来描述它是什么了,我想在未来的 Web开发 中XML一定会大放异彩,XML是可扩展标记语言,使用它企业可以制定一套自己的数据格式,数...
火狐浏览器,firefox浏览下载 using System; using System.Windows.Forms; using System.Drawing; using System.Drawing.Drawing2D; using System.ComponentModel; namespace wzsbmain /// summary /// Summary description for LabelGradient. /// /...
我是个Delphi fans,自从试了一下Delphi8,第二天就删掉了,bug太多,没法用,只好不太情愿地使用着C#,Delphi2005出来了,就又装了一个试用版用了一下,感觉不错,有点欣喜若狂,就准备...
收集最实用的网页特效代码! http://js.alixixi.com/ 在前面的系列文章中,我介绍了消息、代理与AOP的关系,这次将我自己实现的一个AOP微型框架拿出来和大家交流一下。 AOP的最基本功能就...
网上商城源码下载! ClockControl.cs using System; using System.Windows.Forms; using System.Drawing; using System.Drawing.Drawing2D; namespace ClockTime /// summary /// ClockControl 的摘要说明。 /// /summary public class ClockCon...
3. AopProxyAttribute AOP代理特性 /****************************** AopProxyAttribute ************************************ using System; using System.Runtime.Remoting ; using System.Runtime.Remoting.Proxies ; namespace EnterpriseServerBase...