<?xml version="1.0" encoding="GBK"?>

















<?xml-stylesheet type="text/css" href="http://app.e800.com.cn/info/home/resource/css/rss.css"?>
<rss version="2.0">
<channel>
<title>e800.net频道</title>
<link>http://www.e800.com.cn/</link>
<description>e800.net频道</description>

	
	
<item id="1">
<title><![CDATA[VB.Net实现文件合并的实例]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/1118/1226987100151_1.html</link>
<description><![CDATA[null]]></description>
<pubDate>11-18</pubDate>
</item>
		
	
<item id="2">
<title><![CDATA[Visual Basic 10：持续改进中]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/1114/1226647861087_1.html</link>
<description><![CDATA[像C# 4一样，VB 10并没有加入过多革命性的特性。到目前为止，所有的特性都是可用的，仅仅是使用起来不太方便。]]></description>
<pubDate>11-14</pubDate>
</item>
		
	
<item id="3">
<title><![CDATA[让VB程序轻松支持换肤功能]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/1113/1226538460834_1.html</link>
<description><![CDATA[说到换肤，我们脑子当中可能就会浮现很多商业软件那些漂亮的皮肤，自从XP流行以来，程序的外观变得比以往更加引人注意]]></description>
<pubDate>11-13</pubDate>
</item>
		
	
<item id="4">
<title><![CDATA[VBScript和JScript的交互与传值！]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/1112/1226453939559_1.html</link>
<description><![CDATA[ASP具备管理不同语言脚本程序的能力，能够自动调用合适的脚本引擎以解释脚本代码和执行内置函数。]]></description>
<pubDate>11-12</pubDate>
</item>
		
	
<item id="5">
<title><![CDATA[了解VB.NET中的常量与枚举功能]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/1110/1226280030923_1.html</link>
<description><![CDATA[在程序运行的过程中始终固定不变的量称为常量。由于在程序设计和开发时经常会反复地运用一些常]]></description>
<pubDate>11-10</pubDate>
</item>
		
	
<item id="6">
<title><![CDATA[VB.NET的字节校验例子]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/1110/1226279960189_1.html</link>
<description><![CDATA[第一个字节与字节“00”异或，结果与第二个字节异或，以此类推，至最后一个字节，并将最后异或结果表达为16进制ASCII字符

]]></description>
<pubDate>11-10</pubDate>
</item>
		
	
<item id="7">
<title><![CDATA[用VB.net2008打造你的影音播放器]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/1028/1225160866861_1.html</link>
<description><![CDATA[本篇文章的主要开发环境是Visual Studio 2008，Visual Studio系列产品一直以来都提供了强大的控件功能]]></description>
<pubDate>10-28</pubDate>
</item>
		
	
<item id="8">
<title><![CDATA[VB.net2008精彩实例，窗体应用技巧]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/1027/1225074217319_1.html</link>
<description><![CDATA[本篇文章的主要开发环境是Visual Studio 2008，Visual Studio系列产品一直以来都提供了强大的控件功能]]></description>
<pubDate>10-27</pubDate>
</item>
		
	
<item id="9">
<title><![CDATA[vb.net通过app.config来改变编译路径]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/1024/1224816157171_1.html</link>
<description><![CDATA[问题: 我先把我的意思讲一遍: 假如把一个A工程编译后: 会在Debug目录中生成以下文件: A.Exe A.pdb A.xml 引用的common.dll 我在制作setup文件后,我想]]></description>
<pubDate>10-24</pubDate>
</item>
		
	
<item id="10">
<title><![CDATA[VB.net2008创建发送与接收端程序]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/1024/1224816065779_1.html</link>
<description><![CDATA[VB.net2008创建发送与接收端程序]]></description>
<pubDate>10-24</pubDate>
</item>
		
	
<item id="11">
<title><![CDATA[VB.Net实现Web Service的基础]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/1021/1224557017824_1.html</link>
<description><![CDATA[null]]></description>
<pubDate>10-21</pubDate>
</item>
		
	
<item id="12">
<title><![CDATA[如何轻松调整VB.NET控件]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/1021/1224556571463_1.html</link>
<description><![CDATA[Anchor属性可以被设定为Top，Bottom，Left和Right的任何组合。]]></description>
<pubDate>10-21</pubDate>
</item>
		
	
<item id="13">
<title><![CDATA[使用VB.Net查找程序的前一个运行结果]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/1021/1224556500169_1.html</link>
<description><![CDATA[null]]></description>
<pubDate>10-21</pubDate>
</item>
		
	
<item id="14">
<title><![CDATA[用VB.net2008打造你的影音播放器]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/1013/1223874851202_1.html</link>
<description><![CDATA[进入Button1_Click事件

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
]]></description>
<pubDate>10-13</pubDate>
</item>
		
	
<item id="15">
<title><![CDATA[用VB.net2008编写幻灯片程序]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/106/1223259955123_1.html</link>
<description><![CDATA[VB.net编写幻灯片程序]]></description>
<pubDate>10-6</pubDate>
</item>
		
	
<item id="16">
<title><![CDATA[VB.net2008创建发送与接收端程序]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/925/1222325511992_1.html</link>
<description><![CDATA[本篇文章的主要开发环境是Visual Studio 2008，Visual Studio系列产品一直以来都提供了强大的控件功能]]></description>
<pubDate>9-25</pubDate>
</item>
		
	
<item id="17">
<title><![CDATA[VB.NET中的面向对象编程特征]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/923/1222154989063_1.html</link>
<description><![CDATA[Visual Basic 7也被称作VB.NET，具备了面向对象(OOP)编程语言的所有特征。]]></description>
<pubDate>9-23</pubDate>
</item>
		
	
<item id="18">
<title><![CDATA[VB.NET中使用动态属性解析]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/923/1222153849566_1.html</link>
<description><![CDATA[null]]></description>
<pubDate>9-23</pubDate>
</item>
		
	
<item id="19">
<title><![CDATA[VB.NET实现窗体图标最小化]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/917/1221642003870_1.html</link>
<description><![CDATA[本文所使用的编程环境是Microsoft Visual Studio 2005，首先打开Visual Studio。]]></description>
<pubDate>9-17</pubDate>
</item>
		
	
<item id="20">
<title><![CDATA[ADO.NET实体框架]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/916/1221551744707_1.html</link>
<description><![CDATA[ADO.NET实体框架准备好面向企业级应用了? ]]></description>
<pubDate>9-16</pubDate>
</item>
		
	
<item id="21">
<title><![CDATA[vb.net中应用 ArrayList 实例]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/91/1220256426389_1.html</link>
<description><![CDATA[ArrayList 就是数组列表，它位于 System.Collections名称空间下。]]></description>
<pubDate>9-1</pubDate>
</item>
		
	
<item id="22">
<title><![CDATA[VB.Net基础概念和语法]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/829/1219996176077_1.html</link>
<description><![CDATA[从基础概念和语法开始，学一门语言，特别是现在都是可视化的开发了]]></description>
<pubDate>8-29</pubDate>
</item>
		
	
<item id="23">
<title><![CDATA[VB.net 2008实例]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/828/1219893837234_1.html</link>
<description><![CDATA[Visual Studio2008正式发布后吸引了大量的编程人员]]></description>
<pubDate>8-28</pubDate>
</item>
		
	
<item id="24">
<title><![CDATA[VB6在托盘中写入应用程序图标]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/828/1219893378369_1.html</link>
<description><![CDATA[null]]></description>
<pubDate>8-28</pubDate>
</item>
		
	
<item id="25">
<title><![CDATA[VB.NET中的常量与枚举]]></title>
<link>http://dotnet.e800.com.cn/articles/2008/826/1219729083409_1.html</link>
<description><![CDATA[在程序运行的过程中始终固定不变的量称为常量。由于在程序设计和开发时经常会反复地运用一些常数]]></description>
<pubDate>8-26</pubDate>
</item>
	

</channel>
</rss>
