<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>chenkangli的专栏 - VB</title><link>http://blog.csdn.net/chenkangli/category/47542.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 16 Apr 2008 10:48:52 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>chenkangli</dc:creator><title>VB如何调用DLL</title><link>http://blog.csdn.net/chenkangli/archive/2005/06/17/396443.aspx</link><pubDate>Fri, 17 Jun 2005 10:27:00 GMT</pubDate><guid>http://blog.csdn.net/chenkangli/archive/2005/06/17/396443.aspx</guid><wfw:comment>http://blog.csdn.net/chenkangli/comments/396443.aspx</wfw:comment><comments>http://blog.csdn.net/chenkangli/archive/2005/06/17/396443.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/chenkangli/comments/commentRss/396443.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=396443</trackback:ping><description>Windows动态连接库是包含数据和函数的模块，可以被其它可执行文件（EXE、DLL、OCX 等）调用。动态连接库包含两种函数：输出（exported）函数和内部（internal）函数。输出函数可以被其它模块调用，而内部函数则只能在动态连接库内部使用。尽管动态连接库也能输出 数据，但实际上它的数据通常是只在内部使用的。使用动态连接库的优点是显而易见的。将应用程序的一部分功能提取出来做成动态连接库，不但减小了主应用程序的大小，提高了程序 运行效率，还使它更加易于升级。多个应用程序共享一个动态连接库还能有效地节省系统资源。正因为如此，在Windows系统中，动态连接库得到了大量的使用。&lt;img src ="http://blog.csdn.net/chenkangli/aggbug/396443.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>chenkangli</dc:creator><title>如何利用VB类提高代码质量</title><link>http://blog.csdn.net/chenkangli/archive/2005/06/17/396434.aspx</link><pubDate>Fri, 17 Jun 2005 10:18:00 GMT</pubDate><guid>http://blog.csdn.net/chenkangli/archive/2005/06/17/396434.aspx</guid><wfw:comment>http://blog.csdn.net/chenkangli/comments/396434.aspx</wfw:comment><comments>http://blog.csdn.net/chenkangli/archive/2005/06/17/396434.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chenkangli/comments/commentRss/396434.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=396434</trackback:ping><description>可能平时我们在用VB写程序的过程中，会忽视一些面向对象的思想。希望通过一个例子能够对大家起到抛砖引玉的作用，我们举一个VB访问数据库的例子。这是本人第一次写技术方面的文章，请大家支持！！QQ：16644686&lt;img src ="http://blog.csdn.net/chenkangli/aggbug/396434.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>