<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_wyfandy 的博客</title><subtitle type="text">不论什么事，只要认准了一个目标，然后朝之不懈地努力，就一定实现</subtitle><id>http://feed.cnblogs.com/blog/u/41640/rss</id><updated>2008-08-29T01:10:37Z</updated><author><name>爱编程</name><uri>http://www.cnblogs.com/wyfandy/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wyfandy/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/41640/rss"/><entry><id>http://www.cnblogs.com/wyfandy/archive/2008/08/29/1279134.html</id><title type="text">浅谈Linq To Sql集成数据库语言的优劣</title><summary type="text">Linq To Sql是Microsoft开发的针对解决data!=object问题的新技术。在笔者的一系列的文章中，对它已经做了大量的介绍。现在，笔者将从经验的角度，谈谈它的优劣。　　1、Linq To Sql的优点　　在Linq To Sql推出之前，我们只是把sql语句形成一个string，然后，通过ado.net传给sql server，返回结果集.这里的缺陷就是，如果你sql语句写的有问...</summary><published>2008-08-29T01:11:00Z</published><updated>2008-08-29T01:11:00Z</updated><author><name>爱编程</name><uri>http://www.cnblogs.com/wyfandy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wyfandy/archive/2008/08/29/1279134.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wyfandy/archive/2008/08/29/1279134.html"/></entry><entry><id>http://www.cnblogs.com/wyfandy/archive/2008/08/29/1279128.html</id><title type="text">C#读书笔记（基本篇）</title><summary type="text">C# 的数据类型分为：值类型和引用类型值类型：变量：从用户角度，变量是存储信息的基本单元。从系统角度，变量是计算机内存中的一个存储空间。C#值类型分为：简单类型（Simply types）结构类型（Struct types）枚举类型(Enumeration types)简单类型：（单纯变量，c#为我们提供了一组已经定义的简单类型）整数类型：（区分数学的整数范围和计算机的整数范围）C#有九种整数类型...</summary><published>2008-08-29T01:06:00Z</published><updated>2008-08-29T01:06:00Z</updated><author><name>爱编程</name><uri>http://www.cnblogs.com/wyfandy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wyfandy/archive/2008/08/29/1279128.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wyfandy/archive/2008/08/29/1279128.html"/></entry><entry><id>http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264621.html</id><title type="text">如何给windows标准对话框加上时间限制</title><summary type="text">Option Explicit Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As LongPrivate Declare Function SendMessage Lib "user32...</summary><published>2008-08-10T04:49:00Z</published><updated>2008-08-10T04:49:00Z</updated><author><name>爱编程</name><uri>http://www.cnblogs.com/wyfandy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264621.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264621.html"/></entry><entry><id>http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264619.html</id><title type="text">窗体的控件随窗体变化自动调整大小</title><summary type="text">在程序的使用中，如果用户点击最大化或调整窗体的时候，窗体的控件依然不变化，非常不好看，所以我将这段源码贴上，供参考！非常方便！Option ExplicitPrivate ObjOldWidth As Long'保存窗体的原始宽度Private ObjOldHeight As Long '保存窗体的原始高度Private ObjOldFont As Single '保存窗体的原始字体比'在调用Re...</summary><published>2008-08-10T04:48:00Z</published><updated>2008-08-10T04:48:00Z</updated><author><name>爱编程</name><uri>http://www.cnblogs.com/wyfandy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264619.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264619.html"/></entry><entry><id>http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264615.html</id><title type="text">VB实现文件数据对SQL Server上传下载</title><summary type="text">摘 要：文件数据指存储在数据库中的各种文件，文中论述了用VB编程实现文件数据对SQL Server数据库的上传和下载操作的关键技术，并以SQL Server 2000环境下的数据库为例，用Visual Basic程序设计语言给出了关键的程序代码。　　关键词：Visual Basic，数据库，SQL Server，上传，下载　　前言　　很多单位尤其是制造业、设计院，计算机应用开展的较早。在这些单位，...</summary><published>2008-08-10T04:41:00Z</published><updated>2008-08-10T04:41:00Z</updated><author><name>爱编程</name><uri>http://www.cnblogs.com/wyfandy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264615.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264615.html"/></entry><entry><id>http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264595.html</id><title type="text">VB将OCX植入执行文件内</title><summary type="text">在用VB编程中合理的使用第三方控件，往往能够事半功倍。但是使用第三方控件也有不好的地方，那就是为了保证程序正常运行，必须使程序能够在系统目录或程序目录下找到所用的第三方控件。要做到这一点通常有两种办法：一是把控件和程序制成一个压缩包发行，这样的缺点是有可能导致在程序传播过程中丢失控件文件。二是制作安装程序，缺点是制作过程烦琐。而且上面两种办法也不符合绿色软件的要求。所谓的绿色软件是指软件只有单个可...</summary><published>2008-08-10T04:14:00Z</published><updated>2008-08-10T04:14:00Z</updated><author><name>爱编程</name><uri>http://www.cnblogs.com/wyfandy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264595.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264595.html"/></entry><entry><id>http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264588.html</id><title type="text">VB中资源文件的具体使用方法</title><summary type="text">下面就和大家具体谈谈如何在VB中建立和使用资源文件。 　　 首先，我们先了解一下windows应用程序中一般经常使用的资源： 　　 位图：位图是用于创建应用程序用户界面的图像。例如，用户可以为工具栏按钮创建一套位图，也可以创建在其它窗口上显示的位图。一般来说，都是在图像编辑器中创建位图，然后再将该位图添加到资源文件中。 　　 图标：图标是类似于位图的小图像，然而，虽然位图可以具有任意大小的尺寸，但...</summary><published>2008-08-10T04:03:00Z</published><updated>2008-08-10T04:03:00Z</updated><author><name>爱编程</name><uri>http://www.cnblogs.com/wyfandy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264588.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264588.html"/></entry><entry><id>http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264586.html</id><title type="text">用VB实现客户——服务器（TCP/IP）编程实例</title><summary type="text">现在大多数语言都支持客户－服务器模式编程，其中VB给我们提供了很好的客户－服务器编程方式。下面我们用VB来实现TCP／IP网络编程。　　TCP／IP协议是Internet最重要的协议。VB提供了WinSock控件,用于在TCP／IP的基础上进行网络通信。当两个应用程序使用Socket进行网络通信时，其中一个必须创建Socket服务器侦听，而另一个必须创建Socket客户去连接服务器。这样两个程序就...</summary><published>2008-08-10T03:58:00Z</published><updated>2008-08-10T03:58:00Z</updated><author><name>爱编程</name><uri>http://www.cnblogs.com/wyfandy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264586.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wyfandy/archive/2008/08/10/1264586.html"/></entry><entry><id>http://www.cnblogs.com/wyfandy/archive/2008/08/09/1264497.html</id><title type="text">vb中使用正则表达式</title><summary type="text">1. 启动 Microsoft Visual Basic 6.0。 2. 在&amp;#8220;文件&amp;#8221;菜单上，单击&amp;#8220;新建项目&amp;#8221;。 3. 在&amp;#8220;新建项目&amp;#8221;对话框中，单击&amp;#8220;Standard Exe&amp;#8221;，然后单击&amp;#8220;确定&amp;#8221;。默认情况下将创建 Form1。 4. 在&amp;#8220;项目&amp;#8221;菜单上单击&amp;#...</summary><published>2008-08-09T15:59:00Z</published><updated>2008-08-09T15:59:00Z</updated><author><name>爱编程</name><uri>http://www.cnblogs.com/wyfandy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wyfandy/archive/2008/08/09/1264497.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wyfandy/archive/2008/08/09/1264497.html"/></entry><entry><id>http://www.cnblogs.com/wyfandy/archive/2008/08/09/1264493.html</id><title type="text">如何实现VB与EXCEL的无缝连接</title><summary type="text">VB是常用的应用软件开发工具之一，由于VB的报表功能有限，而且一但报表格式发生变化，就得相应修改程序，给应用软件的维护工作带来极大的不便。因此有很多程序员现在已经充分利用EXECL的强大报表功来实现报表功能。但由于VB与EXCEL由于分别属于不同的应用系统，如何把它们有机地结合在一起，是一个值得我们研究的课题。　　一、VB读写EXCEL表：　　VB本身提自动化功能可以读写EXCEL表，其方法如下：...</summary><published>2008-08-09T15:55:00Z</published><updated>2008-08-09T15:55:00Z</updated><author><name>爱编程</name><uri>http://www.cnblogs.com/wyfandy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/wyfandy/archive/2008/08/09/1264493.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/wyfandy/archive/2008/08/09/1264493.html"/></entry></feed>
