<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>VB．NET</title>
<link>http://www.itxuexi.com/tech/list_99_1.html</link>
<description>技术应用 / .Net技术 / VB．NET</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2009-2011 IT学习网 版权所有]]></generator>
<webmaster>no-reply@itxuexi.com</webmaster>
<item>
    <title><![CDATA[大话“基于对象”与“面向对象”]]></title>
    <link>http://www.itxuexi.com/tech/40939.html</link>
    <description><![CDATA[amp;amp;nbsp;大话amp;amp;ldquo;基于对象amp;amp;rdquo;与amp;amp;ldquo;面向对象amp;amp;rdquo;amp;amp;nbsp;面向对象这种编程方法，已经成为当今的主要开发方式。amp;amp;nbsp;可是，观察当今大多数的项目，都]]></description>
    <pubDate>2009-10-17</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB.NET：VB.NET路在何方？]]></title>
    <link>http://www.itxuexi.com/tech/8928.html</link>
    <description><![CDATA[很多人想知道微软为何重视C#而轻视VB.NET，为何VB.NET开发者和C#开发者同工不同酬，VB.NET开发者的未来在哪里。.NET管理语言组的项目经理LisaFeigenbaum在播客上向VB.NET社区保证amp;amp;mdash;amp;amp;m]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB.NET：在 VB.NET 编程中使用数组]]></title>
    <link>http://www.itxuexi.com/tech/8927.html</link>
    <description><![CDATA[数组是程序中经常要使用到的一种数据类型，VisualBasic.Net中的数组，虽然语法结构等方面保留了和VisualBasic的很多相似之处，但也与VisualBasic存在着很多区别。其最大，也是各位VisualBasic程序员所]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB.NET：在VB.NET中串行化对象]]></title>
    <link>http://www.itxuexi.com/tech/8926.html</link>
    <description><![CDATA[NET可以让我们很容易地存储对象的状态。byBillyHollis注：BillyHollis于9月18日在Orlando的VBITS大会上发表了amp;amp;ldquo;ObjectsintheRealWorldamp;amp;rdquo;。本篇技巧就来自那次大会。该大会也包含了其它关于]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB.NET中快速访问注册表技巧]]></title>
    <link>http://www.itxuexi.com/tech/8925.html</link>
    <description><![CDATA[vb.net中访问注册表变得非常的简单。我们可以用microsoft.Win32名称空间的下的registry类和registryKey类。另外My.Computer.Registry也可以返回一个Microsoft.Win32.Registry类的实例。下面就举几个小例子来说明]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB.net编程教程:编写文字加解密程序]]></title>
    <link>http://www.itxuexi.com/tech/8924.html</link>
    <description><![CDATA[本篇文章的主要开发环境是VisualStudio2008，VisualStudio系列产品一直以来都提供了强大的控件功能，然而我们利用这些控件可以编写出功能强大的应用程序，VisualStudio2008在一些特性上也做出了许多]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB网络编程中Winsock的使用]]></title>
    <link>http://www.itxuexi.com/tech/8923.html</link>
    <description><![CDATA[如同上面的内容所描述的，不论您使用UDP协议或是TCP协议，Winsock控件都可以允许与远程的设备连接，并且在相互之间交换数据。因此，依据上面的面熟而言，不论您使用的是哪一种协议都可以]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB.NET中关于DataGrid颜色的自定义]]></title>
    <link>http://www.itxuexi.com/tech/8922.html</link>
    <description><![CDATA[近来项目用到了一个类似WEB控件DataGrid中自定义行或列的颜色的功能，然而应用却是在WIN的窗体下，实现起来无法使用类似JavaScript的脚本注册的功能来动态完成，十分着急，察看了CSDN的一些关]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB.NET 菜单设计初级入门]]></title>
    <link>http://www.itxuexi.com/tech/8921.html</link>
    <description><![CDATA[网上查了许多相关的资料，今天整理一下文章，发布到IT学习网网站上，希望对大家有所帮助。可视化编程工具中一般都附带菜单设计器，使用它就可以方便、快捷的编辑、设计菜单。本文的主]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[如何实现.net程序的进程注入]]></title>
    <link>http://www.itxuexi.com/tech/8920.html</link>
    <description><![CDATA[很早就在网上看到过类似的文章，今天整理一下，发布到IT学习网网站上，希望对大家有所帮助。进程注入比较常见，比如用IDE调试程序以及一些Spy程序，如果仅仅为了与调试器通讯，可以使用]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB.NET控件编程定制拦截击键动作]]></title>
    <link>http://www.itxuexi.com/tech/8919.html</link>
    <description><![CDATA[一、简介首先，本文假定你已经熟悉VB.net和VisualStudio.NETWindows表单设计器。在开发定制Windows表单控件时，提供我们自己的下拉框类型编辑器来操作控件的属性常常是非常方便的。定制的类型编辑]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB.NET 2005编写定时关机程序]]></title>
    <link>http://www.itxuexi.com/tech/8918.html</link>
    <description><![CDATA[笔者最近在网上搜索了一些关于VB.net实现关机、重启、注销的文章，发现大多介绍的是VB.NET2003用API实现这些功能，且在XPsp2环境下无法正常的关机与注销。而对于VB.NET2005的介绍几乎没有。本文]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB.NET也区会大小写]]></title>
    <link>http://www.itxuexi.com/tech/8917.html</link>
    <description><![CDATA[今天用FORMAT对日期进行格式化时发现格式化后的日期月份错了,无论是什么月份都会变成00,找了大半天原因才发现VB.NET的FORMAT函数对日期和时间进行格式化时的格式参数也区分大小写了,月份和小]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB.net 多线程实例]]></title>
    <link>http://www.itxuexi.com/tech/8916.html</link>
    <description><![CDATA[VB.NET（Visualamp;amp;nbsp;Basic.NET）是为适应Microsoftamp;amp;nbsp;.NET框架的需要，对Visualamp;amp;nbsp;Basic进行了重大改造后的开发工具。它比Visualamp;amp;nbsp;Basicamp;amp;nbsp;6.0功能更强大，更易于使用。其]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[百万程序员的苦恼－选择VB.NET还是C#]]></title>
    <link>http://www.itxuexi.com/tech/8915.html</link>
    <description><![CDATA[amp;amp;nbsp;在过去的几年中，互联网上的各大讨论区或者电子邮件的讨论列表都对微软的VB.NET以及C#的各种优越性做了探讨。这些讨论围绕的主要问题就是，我应该先学哪一个，VB.NET还是C#？a]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[用VB.Net读写数据库]]></title>
    <link>http://www.itxuexi.com/tech/8914.html</link>
    <description><![CDATA[amp;amp;nbsp;'//'//Name:用VB.Net读写数据库'//Author:Qamp;amp;amp;f'//Email:dengyu1230359@sina.com'//ImportsSystem.Data.Odbcamp;amp;nbsp;'[/ImportsSystem.Data.OleDb/ImportsSystem.Data.SqlClient(三者在使用方法上基本上相同)]amp;amp]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[vb.net与c#.net区别]]></title>
    <link>http://www.itxuexi.com/tech/8913.html</link>
    <description><![CDATA[C#语法比VB好得多，在速度上我没有做过测试，不过，我相信Aders的能力，因为我们里曾经做过一个C#对Fotran的测试，因为后者强在数学计算上，所以就做了个对数组操作的测试结果是C#比Fotran慢]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB.NET语法基础]]></title>
    <link>http://www.itxuexi.com/tech/8912.html</link>
    <description><![CDATA[amp;amp;nbsp;在进行ASP.NET程序设计之前，首先要选择一种ASP.NET编程语言。ASP.NET的默认语言是VisualBasic.NET，当然也可以使用C#。本书主要介绍VisualBasic.NET，并且书中所有的例子都用VisualBasic.NET来编]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB 内存分配与流读写 代码]]></title>
    <link>http://www.itxuexi.com/tech/8911.html</link>
    <description><![CDATA[ptionamp;amp;nbsp;ExplicitPrivateamp;amp;nbsp;Declareamp;amp;nbsp;Functionamp;amp;nbsp;VirtualAlloc()Functionamp;amp;nbsp;VirtualAllocamp;amp;nbsp;Libamp;amp;nbsp;amp;quot;kernel32amp;quot;amp;amp;nbsp;(ByValamp;amp;nbsp;lpAddressamp;amp;n]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[大话&amp;amp;ldquo;基于对象&amp;amp;rdquo;与&amp;amp;ldquo;面向对象&amp;amp;rdquo;]]></title>
    <link>http://www.itxuexi.com/tech/8910.html</link>
    <description><![CDATA[amp;amp;nbsp;大话amp;amp;ldquo;基于对象amp;amp;rdquo;与amp;amp;ldquo;面向对象amp;amp;rdquo;amp;amp;nbsp;面向对象这种编程方法，已经成为当今的主要开发方式。amp;amp;nbsp;可是，观察当今大多数的项目，都]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB.NET DES 加密/解密类库，支持文件和中文/UNICODE字符，返回BASE64编码字符串]]></title>
    <link>http://www.itxuexi.com/tech/8909.html</link>
    <description><![CDATA[ImportsSystemImportsSystem.Collections.GenericImportsSystem.TextImportsSystem.IOImportsSystem.SecurityImportsSystem.Security.Cryptography'----------------------------------------------'*DES加密、解密类库，加密结果使用BASE64编码返回，支]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB.net中Delegate和Event]]></title>
    <link>http://www.itxuexi.com/tech/8908.html</link>
    <description><![CDATA[在不同工程之间触发事件在不同工程之间完成触发事件的工作，这在VB中是不能做到的。但是在VB.NET中我们可以使用Event和RaiseEvent关键字并且使用Delegate关键字来实现它。如果你想从VB.NET工程中]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[.NET对PE结构的扩展]]></title>
    <link>http://www.itxuexi.com/tech/8907.html</link>
    <description><![CDATA[.NET对PE结构的扩展amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;可执行文件的格式是反映一个系统程序运行机制的重要方面，Win32下可执行文件是读者已经非常熟悉的PE格式，在.NET系统中，运行机制的改变带]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[.net中快捷键定义]]></title>
    <link>http://www.itxuexi.com/tech/8906.html</link>
    <description><![CDATA[protectedoverrideboolProcessCmdKey(refMessagemsg,KeyskeyData)amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;{amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;am]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[vb中利用xmlhttp来下载远程文件]]></title>
    <link>http://www.itxuexi.com/tech/8905.html</link>
    <description><![CDATA[建立一个vb工程，Project1添加引用：Microsoftscriptingruntime,MicrosoftActiveDataObject,MicrosoftMsXmlForm1代码：amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;PublicaAsMSXML2.XMLHTTPamp;amp;nbsp;amp;amp;nbsp;PrivateSubCommand1_Click()amp;a]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[用VB创建FTP组件(get)]]></title>
    <link>http://www.itxuexi.com/tech/8904.html</link>
    <description><![CDATA[基本步骤：1、用一个InternetOpen调用设置环境。2、调用InternetConnectamp;amp;nbsp;函数与主机连接。3、调用FtpGetFileamp;amp;nbsp;达到文件。4、关闭第1、2步创建的句柄，用InternetCloseHandleamp;amp;nbsp;函数]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB.NET的阳历与农历转换的算法]]></title>
    <link>http://www.itxuexi.com/tech/8903.html</link>
    <description><![CDATA[VB.NET的阳历与农历转换的算法amp;amp;nbsp;amp;amp;nbsp;''下面是一个关于VB的农历算法amp;amp;nbsp;''日期数据定义方法如下amp;amp;nbsp;''前12个字节代表1-12月为大月或是小月，1为大月30天，0为小月29天]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[vb.net access xml file]]></title>
    <link>http://www.itxuexi.com/tech/8902.html</link>
    <description><![CDATA[ImportsSystem.XmlModuleModule2amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;Submain()amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;DimxmlDocAsNewXmlDocument()amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;am]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[C#、VB.NET使用Windows API控制系统音量及静音]]></title>
    <link>http://www.itxuexi.com/tech/8901.html</link>
    <description><![CDATA[今天，有个朋友问到：如何用.NET控制系统的音量和静音？查了下资料，找到了这个使用API的方法，使用起来很简单，但有些参数的具体值，为什么这么取，我也没搞清楚，实用主义，先用着，]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[vb.net入门：MDI 窗体的基础使用]]></title>
    <link>http://www.itxuexi.com/tech/8900.html</link>
    <description><![CDATA[MDI窗体在多文档Windows应用程序中有着举足轻重的地位，目前流行的Maxthon浏览器就是代表之一，MDI子窗体的创建避免了用户打开很多窗口的时候任务栏中挤满了让人眼花缭乱的窗体。切入正题，]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[vb.net access xml file]]></title>
    <link>http://www.itxuexi.com/tech/8899.html</link>
    <description><![CDATA[ImportsSystem.XmlModuleModule2amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;Submain()amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;DimxmlDocAsNewXmlDocument()amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;am]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[实现将数字转换为汉字大写]]></title>
    <link>http://www.itxuexi.com/tech/8898.html</link>
    <description><![CDATA[在VB.net中如何实现将数字转换为汉字大写的人民币格式或数字格式。'decimaltocnamp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;[模块名：modDec2cn]'制作：COSCO'Email:Ocean_fun@163.com'CopyRight(R):OceanStudioGuangZhou,Chinaamp;]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[.Net 虚拟框架的实现原理]]></title>
    <link>http://www.itxuexi.com/tech/8897.html</link>
    <description><![CDATA[.Net虚拟框架的实现原理amp;amp;nbsp;前面介绍了利用第三方虚拟环境来实现.Net程序脱离框架运行，并介绍了如何自己编写加载器程序。今回我们介绍虚拟框架的核心实现原理，感兴趣的朋友可以]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB.NET 拖动无边框窗体编程实例]]></title>
    <link>http://www.itxuexi.com/tech/8896.html</link>
    <description><![CDATA[ImportsSystem.DrawingImportsSystem.Windows.Forms'******************************************PrivateoOriginalRegionAsRegion=Nothing'用于窗体移动PrivatebFormDraggingAsBoolean=FalsePrivateoPointClickedAsPoint'****************************************]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[如何应用VB.NET MonthCalendar控件]]></title>
    <link>http://www.itxuexi.com/tech/8895.html</link>
    <description><![CDATA[VisualStudio.NET提供的MonthCalendar控件允许你选择日期和一组日期。这个控件允许用户方便地选择日期。它类似于让你选择一个特定日期的DataTimePicker控件，不过MonthCalendar控件还可以帮助你选择一个]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[走近VB.Net VB.Net问答全集]]></title>
    <link>http://www.itxuexi.com/tech/8894.html</link>
    <description><![CDATA[最近老是有人问一些重复的问题，我就想到把他们汇总起来，现在用VB.Net太少，资料更少。问的人也不多，这些都是从全国的讨论组收集的，有一部份来自-[VB.Net中文站讨论组]http://my.6to23.com/]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[VB.NET多线程技术及其实现]]></title>
    <link>http://www.itxuexi.com/tech/8893.html</link>
    <description><![CDATA[摘要：VisaulBasic在6.0之前的版本中对多线程并没有提供一个很好的支持，而微软的.NET框架提供了新的类库，从而可以方便地创建多线程应用程序。本文首先概述了进程、线程以及应用程序域的相]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[基于VB.NET技术的表达式计算器]]></title>
    <link>http://www.itxuexi.com/tech/8892.html</link>
    <description><![CDATA[前一阵子，做一个表达式计算器。在网上查了许多相关资料，都没有思路，或者有的只有程序，没有源代码。看来，求人不如求己，后来，在学长的帮助下，终于完成了该程序，这其中包含了三]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[[转]全面剖析VB.NET技术(2)]]></title>
    <link>http://www.itxuexi.com/tech/8891.html</link>
    <description><![CDATA[三、完善的面向对象支持amp;amp;nbsp;VB.NET提供了完善的面向对象编程支持，是一种真正的OO语言。amp;amp;nbsp;amp;amp;nbsp;amp;amp;nbsp;完善的面向对象支持应该包括封装（Encapsulation），继承（Inheri]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>
<item>
    <title><![CDATA[[转]全面剖析VB.NET技术(1)]]></title>
    <link>http://www.itxuexi.com/tech/8890.html</link>
    <description><![CDATA[VisualBasic.Net中有三种访问文件系统的方法：第一种是使用VisualBasic运行时函数进行文件访问（VB传统方式直接文件访问）；第二种是通过.Net中的System.IO模型访问；第三种是通过文件系统对象模型]]></description>
    <pubDate>2009-08-14</pubDate>
    <category>VB．NET</category>
    <author>admin</author>
    <comments>程序员之家|www.sunxin.org</comments>
</item>

</channel>
</rss>

