<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_不进则退</title><subtitle type="text">Roger's blog @cnblogs</subtitle><id>http://feed.cnblogs.com/blog/u/7288/rss</id><updated>2005-11-01T17:24:00Z</updated><author><name>Roger Wo</name><uri>http://www.cnblogs.com/roger/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/roger/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/7288/rss"/><entry><id>http://www.cnblogs.com/roger/archive/2005/11/01/266294.html</id><title type="text">[过时的消息]VS2005 Shipped！</title><summary type="text">Visual Studio 2005的各个版本都陆续发布了，如果之前有安装过CTP、beta版本，最好在安装前把先前的版本都卸载掉，以免不必要的麻烦。有个专门的卸载工具，下载地址是：http://go.microsoft.com/fwlink/?LinkId=47598</summary><published>2005-11-01T05:37:00Z</published><updated>2005-11-01T05:37:00Z</updated><author><name>Roger Wo</name><uri>http://www.cnblogs.com/roger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/roger/archive/2005/11/01/266294.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/roger/archive/2005/11/01/266294.html"/></entry><entry><id>http://www.cnblogs.com/roger/archive/2005/10/22/259600.html</id><title type="text">用Atlas来实现一个基于AJAX的无刷新Chatroom</title><summary type="text">Atlas是微软提供的一个AJAX工具包，封装了实现AJAX的所需的Java Script，使用起来非常简单，可以直接调用Web Service方法，然后通过Asynchronous Call的方式回调给客户端script，我用Atlas写了个简单的基于AJAX的无刷新chatroom： Atlas Chatroomhttp://www.worong.com/atlaschat/为了引用Web S...</summary><published>2005-10-22T09:24:00Z</published><updated>2005-10-22T09:24:00Z</updated><author><name>Roger Wo</name><uri>http://www.cnblogs.com/roger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/roger/archive/2005/10/22/259600.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/roger/archive/2005/10/22/259600.html"/></entry><entry><id>http://www.cnblogs.com/roger/archive/2005/10/19/257533.html</id><title type="text">Passion回来了</title><summary type="text">痛定思痛，这个blog不能再荒废了</summary><published>2005-10-18T16:40:00Z</published><updated>2005-10-18T16:40:00Z</updated><author><name>Roger Wo</name><uri>http://www.cnblogs.com/roger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/roger/archive/2005/10/19/257533.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/roger/archive/2005/10/19/257533.html"/></entry><entry><id>http://www.cnblogs.com/roger/archive/2005/04/12/136118.html</id><title type="text">SQL Server / Access数据类型对照表</title><summary type="text">SQL Server and Access data types. SQL Server 7 data type ADO data type Enum value binary adVarBinary bit adBoolean char adChar datetime adDate decimal adNumeric float adDouble int adInteger money adCu...</summary><published>2005-04-12T06:33:00Z</published><updated>2005-04-12T06:33:00Z</updated><author><name>Roger Wo</name><uri>http://www.cnblogs.com/roger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/roger/archive/2005/04/12/136118.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/roger/archive/2005/04/12/136118.html"/></entry><entry><id>http://www.cnblogs.com/roger/archive/2005/04/05/132525.html</id><title type="text">VS.NET Add-in在Design time获取控件值</title><summary type="text">客户要写一个Visual Studio .NET的Add-in，需要在design time获取form上控件的值，以下是用Reflection的做法&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;Dim&amp;#160;win&amp;#160;As&amp;#160;Window&amp;#160;=&amp;#160;applica...</summary><published>2005-04-05T06:44:00Z</published><updated>2005-04-05T06:44:00Z</updated><author><name>Roger Wo</name><uri>http://www.cnblogs.com/roger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/roger/archive/2005/04/05/132525.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/roger/archive/2005/04/05/132525.html"/></entry><entry><id>http://www.cnblogs.com/roger/archive/2005/03/02/111321.html</id><title type="text">Visual Studio .NET 2002 Service Pack 1 出来了</title><summary type="text">下载地址：http://www.microsoft.com/downloads/details.aspx?FamilyId=C41D8159-B42F-4D06-A797-E510494976EE&amp;amp;displaylang=en需要VS.NET 2003 SP1的同志再等等，马上就会有了。</summary><published>2005-03-02T03:23:00Z</published><updated>2005-03-02T03:23:00Z</updated><author><name>Roger Wo</name><uri>http://www.cnblogs.com/roger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/roger/archive/2005/03/02/111321.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/roger/archive/2005/03/02/111321.html"/></entry><entry><id>http://www.cnblogs.com/roger/archive/2005/02/22/107592.html</id><title type="text">在.NET程序中控制系统音量</title><summary type="text">在windows下控制系统音量，需要通过使用win32的WDM audio components（winmm.dll）来实现，为了方便起见，将其封装到了一个AudioMixerHelper类中，可以直接通过GetVolume()和SetVolume方法来改变音量。 using&amp;#160;System;  using&amp;#160;System.Runtime.InteropServices;  &amp;#1...</summary><published>2005-02-22T08:43:00Z</published><updated>2005-02-22T08:43:00Z</updated><author><name>Roger Wo</name><uri>http://www.cnblogs.com/roger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/roger/archive/2005/02/22/107592.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/roger/archive/2005/02/22/107592.html"/></entry><entry><id>http://www.cnblogs.com/roger/archive/2005/02/07/103154.html</id><title type="text">Winform下通过控件名称来获取控件</title><summary type="text">以前一直在Webform下用Control.FindControl(string)方法来获取页面上的某个控件，可是Winform下面的ControlCollection却没有提供FindControl的方法: http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemwindowsformscontrolcontrolcollect...</summary><published>2005-02-07T08:53:00Z</published><updated>2005-02-07T08:53:00Z</updated><author><name>Roger Wo</name><uri>http://www.cnblogs.com/roger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/roger/archive/2005/02/07/103154.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/roger/archive/2005/02/07/103154.html"/></entry><entry><id>http://www.cnblogs.com/roger/archive/2005/02/04/102003.html</id><title type="text">关于AD编程的一些资料</title><summary type="text">有人问我怎样在.NET下操作AD对象，找了些资料和Sample，留作备用。</summary><published>2005-02-04T08:24:00Z</published><updated>2005-02-04T08:24:00Z</updated><author><name>Roger Wo</name><uri>http://www.cnblogs.com/roger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/roger/archive/2005/02/04/102003.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/roger/archive/2005/02/04/102003.html"/></entry><entry><id>http://www.cnblogs.com/roger/archive/2004/12/11/75765.html</id><title type="text">Microsoft发布Member Management 组件 for ASP.NET v1.1 </title><summary type="text">Member Management可以非常容易地创建和管理用户、对 Web 应用程序中的页面进行密码保护。尽管是ASP.NET 2.0新增的功能，现在我们也可以在ASP.NET 1.1下使用Member Management Component了！不用再自己去写代码实现user check, role based authentication了，在DotNetNuke和Community Serv...</summary><published>2004-12-11T15:06:00Z</published><updated>2004-12-11T15:06:00Z</updated><author><name>Roger Wo</name><uri>http://www.cnblogs.com/roger/</uri></author><link rel="alternate" href="http://www.cnblogs.com/roger/archive/2004/12/11/75765.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/roger/archive/2004/12/11/75765.html"/></entry></feed>
