<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>winform应用</title>
<link>/html/edu/net/net10/index.html</link>
<description>编程开发 / ASP.NET / winform应用</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.souzz.net' target='_blank'&gt;搜站长&lt;/a&gt;</generator>
<webmaster>lyjrich@sina.com</webmaster>
<item>
    <title>通过事例学习.net的WebForms技术</title>
    <link>/html/edu/net/net10/3083.html</link>
    <description>Button: Button 在asp.net中是将本页面的内容提交到下一个页面的控件 asp:Button runat=server id=&quot;button1&quot; Text=&quot;豆腐技术站&quot; ...... / 他的最主要的属性是Text,可以通过Text对他的向外的显示进行控制，另外一个非常重要的就是他的click事件(Event) 我们通过对Button</description>
    <pubDate>2005-09-29</pubDate>
    <category>winform应用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>winform下怎么得到按钮的click事件的处理方法</title>
    <link>/html/edu/net/net10/3093.html</link>
    <description>我们在做应用程序的时候有时候想知道页面上的按钮对于某一事件委托链上有多少方法，下面是一个例子。 1、先添加3个按钮，分别添加0个，1个，2个click事件的方法，按钮名字分别为button1，button2，button3。 this .button2.Click += new System.EventHandler( this .bu</description>
    <pubDate>2005-09-29</pubDate>
    <category>winform应用</category>
    <author>lovecher…</author>
    <comments>http://www.cnblogs.com/lovecherry</comments>
</item>
<item>
    <title>如何在C#的WinForm中制作饼状图和柱状图</title>
    <link>/html/edu/net/net10/3092.html</link>
    <description>当我们的软件需要各种饼状图和柱状图来表示数据时，我们或许会想到用Offices中的图形控件或是第三方控件，但现在的第三方控件大都需要注册，有些免费的控件会有开发商的标记等。而对于使用Offices的图形控件来说，并不能在程序中得于很好控制，其使用的简易程度也较低，</description>
    <pubDate>2005-09-29</pubDate>
    <category>winform应用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>如何在页面上动态的生成 WebForm控件</title>
    <link>/html/edu/net/net10/3091.html</link>
    <description>在asp.ne中，我们可以利用程序在编程的时候动态的生成我们需要的WebForms 控件，我们先看看下面的例子 html head script language=&quot;C#&quot; runat=&quot;server&quot; void Page_Load(Object sender, EventArgs e) { Panel1.Visible=true; //生成Label 标签 Label l = new Label(); l</description>
    <pubDate>2005-09-29</pubDate>
    <category>winform应用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>通过事件，在两窗体间传递数据</title>
    <link>/html/edu/net/net10/3090.html</link>
    <description>//--------------------------------------- // form1.cs //---------------------------------------- using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace FormC</description>
    <pubDate>2005-09-29</pubDate>
    <category>winform应用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>用Visual C＃开发WinForm的应用程序</title>
    <link>/html/edu/net/net10/3089.html</link>
    <description>Visual C#是微软公司.Ner FrameWork框架中的一个重要组成部分，也是微软公司极力推荐的新一代程序开发语言。WinForm是.Net开发平台中对Windows Form的一种称谓。.Net 为开发WinForm的应用程序提供了丰富的Class Library（类库）。这些WinFrom 类库支持RAD(快速应用程序</description>
    <pubDate>2005-09-29</pubDate>
    <category>winform应用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>使用C#编写Windows Forms应用程序</title>
    <link>/html/edu/net/net10/3088.html</link>
    <description>作为一个Windows开发者， 你应毫不犹豫成为Microsoft新的.NET的倡导者。在规范的客户端应用程序成为流行的同时，越来越多的组织正趋向于简单的，基于浏览器的可以通过网络交互（通常是Internet）的应用程序。这就意味着编程正在从独立的应用程序模式向更丰富的面向组件</description>
    <pubDate>2005-09-29</pubDate>
    <category>winform应用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>.NET框架类览胜</title>
    <link>/html/edu/net/net10/3087.html</link>
    <description>一、基本概念 .NET框架（Framework）是一个开发、部署和运行.NET应用的环境，包括了ASP.NET、公共语言运行时环境（CLR）以及.NET 框架类。关于ASP.NET和CLR的介绍已经有很多，相对而言，关于.NET框架类的介绍却比较少见。 .NET框架类也即System类，它提供了大量我们在</description>
    <pubDate>2005-09-29</pubDate>
    <category>winform应用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>c#写的五子棋程序，供学习WinForms的鼠标事件和使用GD</title>
    <link>/html/edu/net/net10/3086.html</link>
    <description>前几天没事，写了一个小程序，可以用于学习C#。 程序使用了VS.NET环境编译，你的机器只要安装了.NET Framework SDK就可以运行。 源码和执行文件可以下载 http://www.wh-adv.com/download/five.zip 你不想下载也可读一下源码（图片资源等需要下载）。 namespace Leimom.F</description>
    <pubDate>2005-09-29</pubDate>
    <category>winform应用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>从一个舆论调查的制作谈面向对象的编程思路</title>
    <link>/html/edu/net/net10/3085.html</link>
    <description>一般的web程序员刚刚转到.net或jsp时，往往编程观念转不过来，还是按照以前那种结构化的编程思 路来，而不从面向对象的角度考虑，造成业务逻辑与页面html代码混杂在一起，一旦页面原型改变，相应 的程序也要修改，这样造成代码的可重用性太低。而asp.net或jsp比asp最大</description>
    <pubDate>2005-09-29</pubDate>
    <category>winform应用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>.NET之ASP Web Form快速入门</title>
    <link>/html/edu/net/net10/3084.html</link>
    <description>.NET之ASP Web Form快速入门(转载eNet技术学院) 世界软件巨擘微软公司提出的.NET概念给全世界的ＩＴ产业指明了新的发展方向，无论是ＩＴ业内人士、还是企业决策者，快速领会这个新概念的含义及深远影响，都显得非常必要。 本文就向你介绍.NET之ASP Web Form的内容，旨</description>
    <pubDate>2005-09-29</pubDate>
    <category>winform应用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>
<item>
    <title>如何得知调用当前方法的方法名？</title>
    <link>/html/edu/net/net10/3094.html</link>
    <description></description>
    <pubDate>2005-09-29</pubDate>
    <category>winform应用</category>
    <author>未知</author>
    <comments>搜站长搜集</comments>
</item>

</channel>
</rss>
