<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_香烟人生</title><subtitle type="text">天行健 君子以自强不息，地势坤 君子以厚德载物。</subtitle><id>http://feed.cnblogs.com/blog/u/41675/rss</id><updated>2009-07-04T04:55:53Z</updated><author><name>蓝善根(Andy.Lan)</name><uri>http://www.cnblogs.com/sjkjsandy/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sjkjsandy/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/41675/rss"/><entry><id>http://www.cnblogs.com/sjkjsandy/archive/2009/07/03/1516140.html</id><title type="text">一个SQL SERVER查询分析器非常好用的工具</title><summary type="text">使用效果：1.1.非常智能的提示，使用起来其智能、方便性，不比PL/SQL差；2.功能非常强大，可见其&amp;ldquo;选项&amp;rdquo;面板；3.适合SQL2000、SQL2005等。如有需要的朋友请到：下载安装步骤：1.解压2.双击3.安装完毕后，解压，将&amp;ldquo;破解&amp;rdquo;文件夹内的所有文件拷到SQL Prompt_3.9.0.43安装目录；4.双击RedGate.SQLPrompt...</summary><published>2009-07-03T03:27:00Z</published><updated>2009-07-03T03:27:00Z</updated><author><name>蓝善根(Andy.Lan)</name><uri>http://www.cnblogs.com/sjkjsandy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sjkjsandy/archive/2009/07/03/1516140.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sjkjsandy/archive/2009/07/03/1516140.html"/></entry><entry><id>http://www.cnblogs.com/sjkjsandy/archive/2008/11/20/1337979.html</id><title type="text">visio二次开发___事件篇___事件编程</title><summary type="text">    本文主要介绍了如何注册Visio事件，处理相应事件通知，以及再次抛出事件等过程。并给出了部分源码，抛砖引玉，希望大家提出自己的高见。Visio二次开发的事件编程主要分为四个步骤：首先，需要创建visio事件代理和visio事件处理类，并添加需要处理的事件；其次，对需要处理的事件向对象进行注册；再次，需要实现事件处理类的事件处理方法；最后，根据接收到的事件通知，判断其事件代码、事件源、作用对象、事件ID等参数，来触发相应的需要处理的事件。</summary><published>2008-11-20T13:28:00Z</published><updated>2008-11-20T13:28:00Z</updated><author><name>蓝善根(Andy.Lan)</name><uri>http://www.cnblogs.com/sjkjsandy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sjkjsandy/archive/2008/11/20/1337979.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sjkjsandy/archive/2008/11/20/1337979.html"/></entry><entry><id>http://www.cnblogs.com/sjkjsandy/archive/2008/11/19/1337124.html</id><title type="text">visio二次开发___事件篇___事件分类</title><summary type="text">用visio进行二次开发，不免要用到事件。这里把visio对象模型的所有事件列出来，方便大家查找。第一个事件列表的是按事件名称字母排序的；第二个代码片段是根据分类来展示的。需要注意的是，控件本身有一些事件，可以通过它来注册事件。还有一种方法就是自己写一个事件代理类，来注册事件和侦听事件，如果是使用代理来注册事件，那么需要注册什么事件，用的是表中第二列的Event code，并需要把它强制转化成sh...</summary><published>2008-11-19T15:59:00Z</published><updated>2008-11-19T15:59:00Z</updated><author><name>蓝善根(Andy.Lan)</name><uri>http://www.cnblogs.com/sjkjsandy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sjkjsandy/archive/2008/11/19/1337124.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sjkjsandy/archive/2008/11/19/1337124.html"/></entry><entry><id>http://www.cnblogs.com/sjkjsandy/archive/2008/11/17/1335436.html</id><title type="text">从开发人员的角度理解 Excel 对象模型 (二)</title><summary type="text">其他有用的成员Application 对象提供了一些不适用于其他种类的成员，例如 WorksheetFunction 属性、Names 集合和 Windows 集合。下面几部分将描述这些成员。WorksheetFunction 类Application 对象包含一个属性 WorksheetFunction，这个属性返回 WorksheetFunction 类的实例。这个类提供了许多共享/静态方法，...</summary><published>2008-11-17T14:17:00Z</published><updated>2008-11-17T14:17:00Z</updated><author><name>蓝善根(Andy.Lan)</name><uri>http://www.cnblogs.com/sjkjsandy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sjkjsandy/archive/2008/11/17/1335436.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sjkjsandy/archive/2008/11/17/1335436.html"/></entry><entry><id>http://www.cnblogs.com/sjkjsandy/archive/2008/11/17/1335425.html</id><title type="text">从开发人员的角度理解 Excel 对象模型 (一)</title><summary type="text">简介对于打算利用用于 Microsoft Office 系统的 Microsoft Visual Studio 工具的开发人员和想要仅仅使用 COM 自动化来控制 Microsoft Office Excel 2003 应用程序的人来说，他们需要能够与 Excel 对象模型提供的对象进行交互。Excel 提供了数百个您可能想要与之交互的对象，但是您可以通过集中于这些可用的对象的一个非常小的子集来获...</summary><published>2008-11-17T14:03:00Z</published><updated>2008-11-17T14:03:00Z</updated><author><name>蓝善根(Andy.Lan)</name><uri>http://www.cnblogs.com/sjkjsandy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sjkjsandy/archive/2008/11/17/1335425.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sjkjsandy/archive/2008/11/17/1335425.html"/></entry><entry><id>http://www.cnblogs.com/sjkjsandy/archive/2008/11/17/1335367.html</id><title type="text">DataSet多表查询操作</title><summary type="text">c#中DataSet多表查询操作（源码及说明)</summary><published>2008-11-17T12:33:00Z</published><updated>2008-11-17T12:33:00Z</updated><author><name>蓝善根(Andy.Lan)</name><uri>http://www.cnblogs.com/sjkjsandy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sjkjsandy/archive/2008/11/17/1335367.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sjkjsandy/archive/2008/11/17/1335367.html"/></entry><entry><id>http://www.cnblogs.com/sjkjsandy/archive/2008/11/17/1335298.html</id><title type="text">VS快捷方式介绍</title><summary type="text">一、编辑:编辑.转到引用 Shift + F12 显示代码中所选内容的引用。编辑.转到定义 F12 显示代码中所选内容。编辑.Ctrl+减号、CTRL + SHIFT + 减号 通过Ctrl+减号你可以快速的返回到函数的调用处编辑.向下调大控件大小 Ctrl + Shift + 向下键 在设计图面上，以 1 为增量，增加控件的高度。编辑.文档结尾 Ctrl + End 将光标移至文档的最后一行。 ...</summary><published>2008-11-17T10:14:00Z</published><updated>2008-11-17T10:14:00Z</updated><author><name>蓝善根(Andy.Lan)</name><uri>http://www.cnblogs.com/sjkjsandy/</uri></author><link rel="alternate" href="http://www.cnblogs.com/sjkjsandy/archive/2008/11/17/1335298.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/sjkjsandy/archive/2008/11/17/1335298.html"/></entry></feed>
