<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>VB专栏</title>
<link>http://dev.itcivil.net/html/vb/index.html</link>
<description>VB专栏</description>
<language>zh-cn</language>
<generator>&lt;a href=http://www.dedecms.com target=_blank&gt;Power by DedeCms&lt;/a&gt;</generator>
<webmaster>support@itcivil.net</webmaster>
<item>
    <title>VB图像处理之几个常用滤镜的实现</title>
    <link>http://dev.itcivil.net/html/vb/20070301/896.html</link>
    <description>前面讲到了二次线性插值的应用。这一篇来给大家讲一下关于锐化、柔化、扩散、雕刻这几个滤镜的实现。 一、锐化 锐化的算法很简单，就是比较相邻的几个像素，把当前像素加上和周围的像素的差就可以了。这里我给出一个示例： A B C D E F G H I J K L M N O P 假设有一个</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>WallesCai</author>
    <comments>CSDN</comments>
</item>
<item>
    <title>VB图像处理之二次线性插值的应用</title>
    <link>http://dev.itcivil.net/html/vb/20070301/895.html</link>
    <description>上次讲到了用DIB方法来获取图像的像素。从这次开始将如果运用已经得到的像素来处理图像。 图像插值放大的方法有很多，最主要的有二次线性插值和三次线性插值这两种。这次我把自己的程序中所用的二次线性插值的算法公布给大家，希望对各位要使用VB写类似程序的朋友有所</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>WallesCai</author>
    <comments>CSDN</comments>
</item>
<item>
    <title>VB图像处理之像素的获取和输出</title>
    <link>http://dev.itcivil.net/html/vb/20070301/894.html</link>
    <description>要处理一个图像，首先要获得该图像的像素值，而VB本身提供的PICTURE控件虽然可以打开很多类型的图片，但是它提供的那个POINT方法读取像素实在是太慢。而使用GetPixel这个API的速度也快不到哪里去，因为PIONT方法本身就是对于GetPixel的一个包装。 在VB中要快速获取一幅</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>WallesCai</author>
    <comments>CSDN</comments>
</item>
<item>
    <title>VB实现图像在数据库的存储与显示</title>
    <link>http://dev.itcivil.net/html/vb/20070301/893.html</link>
    <description>摘 要 本文以VB6与Access97作为开发工具，介绍了图像在数据库中的存储与显示技术。 关键词 数据库，数据控件，二进制，图像存储，图像显示，ADODB，Recordset 数据库是数据管理的最新技术，是计算机科学的重要分支，是现代计算机信息系统和计算机应用的基础和核心。在</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>李树海   陆体虎</author>
    <comments>计算机与信息技术</comments>
</item>
<item>
    <title>在Visual Basic 6.0 中创建Word文档</title>
    <link>http://dev.itcivil.net/html/vb/20070301/892.html</link>
    <description>摘要 ：分析了Word对象模型的结构，特别是Document对象及其使用方法，提出了在Visual Basic中创建Word格式文档的方法，并给出了该方法的应用实例。 关键词 ：Visual Basic，Word对象模型，文档 引言 Word文档是实际工作学习中最为常用的文档格式之一。 随着社会信息化</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>寻大勇</author>
    <comments>计算机与信息技术</comments>
</item>
<item>
    <title>Visual Basic 深度下潜之海蛇缠绕</title>
    <link>http://dev.itcivil.net/html/vb/20070301/891.html</link>
    <description>“ 海蛇”有人在惊呼。 只见在海底深处游来一条黑色的长长的海蛇，几乎所有的人都在发呆。但是海蛇说了一句让我们胆寒的话“我就是有名的VB字符串，如果你们继续下潜的话，就得想通过我”。 我习惯性的观察着它，因为我知道要打败一个对手，就必须深入的了解对手。 因</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>BlueDog</author>
    <comments>CSDN</comments>
</item>
<item>
    <title>利用VB6.0开发基于IIS的应用程序</title>
    <link>http://dev.itcivil.net/html/vb/20070301/890.html</link>
    <description>本文介绍了利用VisualBasic开发IIS应用程序的方法和步骤。使用这种开发方法不但大大简化了IIS应用程序的开发过程，而且使我们的Web站点具有更强的功能和更大的灵活性。 一、概述 大家知道，IIS(Internet Information Server)应用程序是VisualBasic应用程序，它在动态的</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>务实</author>
    <comments>天极网</comments>
</item>
<item>
    <title>VB6中用Oracle数据控件访问Oracle</title>
    <link>http://dev.itcivil.net/html/vb/20070301/889.html</link>
    <description>系统环境 ： 1、操作系统：Windows 2000 Server 2、数据库： Oracle 8i R2 (8.1.6) for NT 企业版 3、开发工具：Visual Basic 6.0 中文版 连接方法 ： 一、安装 Oracle 8i R2 (8.1.6) for NT 企业版 使用典型安装，安装目录为D:Oracle； 注：安装完Oracle后，在D:Ora</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>秩名</author>
    <comments>ORACLE技术网</comments>
</item>
<item>
    <title>用Visual Basic6.0实现电影特效</title>
    <link>http://dev.itcivil.net/html/vb/20070301/888.html</link>
    <description>电影或电视中经常可见到一些字幕或图片的动态变化特技，在制作多媒体教学软件或广告宣传等多媒体演示文档时，也常常需要用到一些图文的动态变化效果。VB6.0作为Windows软件的强有力开发工具，在多媒体程序设计方面具有广阔的应用前景。本文讨论运用VB6.0的定时器并结合</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>务实</author>
    <comments>天极网</comments>
</item>
<item>
    <title>用VB实现“木马”式隐形运行程序</title>
    <link>http://dev.itcivil.net/html/vb/20070301/887.html</link>
    <description>在一些系统，为了特定目的，经常要求程序隐藏起来运行，例如DCS（集散控制系统）中的后台监控系统、木马控制程序、源码防拷贝等，以减少被发现、截杀和反汇编的风险。这种功能模块要求程序在运行期间不仅不会在桌面出现，也不允许被操作者从任务管理器列表中发现。 程</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>孔祥军 苏悦娟</author>
    <comments>VB大世界</comments>
</item>
<item>
    <title>利用Visual Basic操作XML数据</title>
    <link>http://dev.itcivil.net/html/vb/20070301/886.html</link>
    <description>什么是XML 扩展标记语言XML是一种简单的数据存储语言，使用一系列简单的标记描述数据，而这些标记可以用方便的方式建立，虽然XML占用的空间比二进制数据要占用更多的空间，但XML极其简单易于掌握和使用。 XML与Access,Oracle和SQL Server等数据库不同，数据库提供了更</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>crystal编译</author>
    <comments>天极网</comments>
</item>
<item>
    <title>VB COM基础讲座之发布组件</title>
    <link>http://dev.itcivil.net/html/vb/20070301/885.html</link>
    <description>既然我们构造了这世界上最有魅力的ActiveX组件，就应该把它们发布出去。那么我们该怎么做呢？ 幸运的是，发布COM组件是一件非常容易的事。 我们只要使用Package Deployment(打包和展开)向导就可对计算机上的常规Visual Basic工程进行相应的操作。同样，该向导还适用于A</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>adding</author>
    <comments>天极网</comments>
</item>
<item>
    <title>VB COM基础讲座之创建测试程序</title>
    <link>http://dev.itcivil.net/html/vb/20070301/884.html</link>
    <description>这里我们直接创建一个应用程序来测试一下前面生成的ActiveX EXE文件监视组件： 新建一个&quot;Standard EXE&quot;工程； 下面需要添加一个引用到我们的新的文件组件中去，然后添加少量的代码作尝试： 选择&quot;Project&quot;-&quot;References&quot;菜单； 选中&quot;File&quot;组件选项，然后单击[OK]按钮；</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>ADDING编译</author>
    <comments>天极网</comments>
</item>
<item>
    <title>改善SQL Server内存管理</title>
    <link>http://dev.itcivil.net/html/vb/20070301/883.html</link>
    <description>最近，为了能在数据库服务器中运行其他应用程序，在保持数据库操作系统版本不变的前提下对数据库服务器进行了软、硬件上的升级。在软件上，将操作系统从Windows 2000升级到Windows Server 2003；在硬件上，将服务器中的内存由原来的512MB增加到1GB（1024MB）。 在升级</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>夏翔</author>
    <comments>电脑报</comments>
</item>
<item>
    <title>Visual Basic小游戏：猜英雄</title>
    <link>http://dev.itcivil.net/html/vb/20070301/882.html</link>
    <description>相信不少读者都看过央视的《水浒》吧，林冲、武松、李逵等英雄好汉的音容笑貌仿佛还浮现在我的眼前，那么108将中你最喜欢谁呢？我做了一个小程序来让电脑猜测你的心思，程序界面如图所示。 为了简化问题，我选择了其中的27将，将他们分成3组，每组9人。如果你最喜欢其</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>游侠</author>
    <comments>电脑报</comments>
</item>
<item>
    <title>用VB6.0取得系统信息技巧</title>
    <link>http://dev.itcivil.net/html/vb/20070301/881.html</link>
    <description>假如我们想要用VB6.0 取得系统信息，可以通过VB6.0的sysinfo控件和Windows API函数来实现。 一、用sysinfo控件获得操作系统版本 要用sysinfo控件，必需在部件引用中选择Microsoft Sysinfo Control复选框。程序 代码如下: Private Sub Command1_ Click() Dim MsgEnd As</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>务实</author>
    <comments>天极网</comments>
</item>
<item>
    <title>VB COM基础讲座之编译的实例选项</title>
    <link>http://dev.itcivil.net/html/vb/20070301/880.html</link>
    <description>在测试文件组件之前，我们必须先编译它。但在进行这项工作之前，让我们先来浏览一下Visual Basic所给出来的一些额外选项。 在打开FileCheck代码窗口的同时，我们来看看它的属性窗口。 属性有Name、DataBindingBehaviour(用于将类和数据源相&quot;绑定&quot;)、可持久性(用于控件</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>Adding编译</author>
    <comments>天极网</comments>
</item>
<item>
    <title>VB+VC混合编程疑难问题解</title>
    <link>http://dev.itcivil.net/html/vb/20070301/879.html</link>
    <description>我们在编写Visual Basic应用程序的时候常常需要自己动手编写一些库函数或ActiveX控件，而这些函数或者控件常常采用VC++语言来写，因而也常为VB和VC两种语言之间不同参数类型、内存空间使用方法等问题为难，怎么做好呢？本文介绍了在VB和VC混合编程的情况下对这些问题的</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>务实</author>
    <comments>天极网</comments>
</item>
<item>
    <title>VB COM基础讲座之测试ActiveX EXEs</title>
    <link>http://dev.itcivil.net/html/vb/20070301/878.html</link>
    <description>本节将创建并测试自己的ActiveX EXE程序。 示例中将使用这样一个组件，它是一个有效的文件探测器。大约每隔60秒检测指定文件的存在性。如何该文件存在，该组件激发一个事件来调用应用程序，如果不存在，则另作处理。 当然，如果将所有代码写到ActiveX DLL工程，则运行</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>ADDING编译</author>
    <comments>天极网</comments>
</item>
<item>
    <title>利用VB6.0设计屏幕保护程序</title>
    <link>http://dev.itcivil.net/html/vb/20070301/877.html</link>
    <description>Windows操作平台设有一个屏幕的保护措施，即屏幕保护功能。经常在Windows操作平台上使用电脑的人们对系统提供给我们的几个屏幕保护程序是不是感到非常平常了，没有新鲜感了，是不是想自己设计屏幕保护程序。下面介绍如何利用VB设计用户自己的屏幕保护程序。屏幕保护程</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>务实</author>
    <comments>天极网</comments>
</item>
<item>
    <title>VB COM基础讲座之ActiveX EXEs</title>
    <link>http://dev.itcivil.net/html/vb/20070301/876.html</link>
    <description>到现在为止，本教程一直讨论基于ActiveX DLLs中的类的内容，但是没有一本教程不说明与DLL相似的ActiveX EXEs。 所以，想在这里实际编写一个ActiveX EXE工程。事实上，它和ActiveX DLL没有太大的区别，甚至没有区别。在启动Visual Basic后选择&quot;ActiveX EXE&quot;就可创建，然</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>adding</author>
    <comments>天极网</comments>
</item>
<item>
    <title>Visual Basic COM基础讲座之兼容性</title>
    <link>http://dev.itcivil.net/html/vb/20070301/875.html</link>
    <description>在本教程第二部分的最后，我们遇到一个小问题，但确切地说，那实际上是一个大问题。如果有时间的话，这个问题应该值得我们花大精力去研究。 还记得我们是怎样遇到那个问题吗？当时，我们先编译ActiveX DLL，然后编译使用该DLL的测试程序。接着，我们重新编译DLL，那是</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>adding</author>
    <comments>天极网</comments>
</item>
<item>
    <title>VB COM基础讲座之全面测试</title>
    <link>http://dev.itcivil.net/html/vb/20070301/874.html</link>
    <description>这一次，我们不用Visual Basic来测试前面的程序，而是先来编译： 选择&quot;File&quot;-&quot;Make Project1.exe&quot;菜单； 择要保存的文件夹，单击[OK]按钮； 退出Visual Basic； 运行刚才编译过的.EXE文件； 当表单出现时，试试打开一个customer，然后对其修改并单击[OK]按钮。再打开刚</description>
    <pubDate>2007-03-01</pubDate>
    <category>VB专栏</category>
    <author>ADDING编译</author>
    <comments>天极网</comments>
</item>

</channel>
</rss>
