<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/CathyEagle" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/CathyEagle" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 10 Dec 2006 11:03:00 GMT</lastBuildDate><title>张硕(CathyEagle)的专栏</title><description>　　　　　　——朝闻道，夕死可矣。</description><link>http://blog.csdn.net/cathyeagle/</link><item><title>再谈动态创建网页元素</title><link>http://blog.csdn.net/CathyEagle/archive/2006/12/10/1437075.aspx</link><wfw:comment>http://blog.csdn.net/cathyeagle/comments/1437075.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cathyeagle/comments/commentRss/1437075.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1437075</trackback:ping><description>本文修正了《FAQ：操纵下拉列表》中介绍的动态创建IHTMLOptionElement并添加到IHTMLSelectElement的方法存在的问题&lt;img src =&quot;http://blog.csdn.net/cathyeagle/aggbug/1437075.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 10 Dec 2006 19:03:00 +0800</pubDate><author>CathyEagle</author><comments>http://blog.csdn.net/CathyEagle/archive/2006/12/10/1437075.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CathyEagle/archive/2006/12/10/1437075.aspx</guid><dc:creator>CathyEagle</dc:creator></item><item><title>代码重温：TZoCInetChecker——一个检测网络连接的类</title><link>http://blog.csdn.net/CathyEagle/archive/2006/11/19/1395744.aspx</link><wfw:comment>http://blog.csdn.net/cathyeagle/comments/1395744.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cathyeagle/comments/commentRss/1395744.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1395744</trackback:ping><description>本文给出一个封装了WinInet调用的类，用以异步检测某个Url是否能打开，从而实现网络是否连通的检测，代码以Object Pascal写就。&lt;img src =&quot;http://blog.csdn.net/cathyeagle/aggbug/1395744.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 19 Nov 2006 18:40:00 +0800</pubDate><author>CathyEagle</author><comments>http://blog.csdn.net/CathyEagle/archive/2006/11/19/1395744.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CathyEagle/archive/2006/11/19/1395744.aspx</guid><dc:creator>CathyEagle</dc:creator></item><item><title>Internet Explorer 编程简述（十三）调用IE隐藏的命令（续）</title><link>http://blog.csdn.net/CathyEagle/archive/2006/11/18/1394208.aspx</link><wfw:comment>http://blog.csdn.net/cathyeagle/comments/1394208.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/cathyeagle/comments/commentRss/1394208.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1394208</trackback:ping><description>本文介绍了通过浏览器的HTML文档接口调用CGID_ShellDocView命令组中Undocumented的命令，以实现对“编码菜单”、“文字大小菜单”、“证书对话框”、“安全区域对话框”，“管理加载项对话框”等的调用&lt;img src =&quot;http://blog.csdn.net/cathyeagle/aggbug/1394208.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 18 Nov 2006 22:24:00 +0800</pubDate><author>CathyEagle</author><comments>http://blog.csdn.net/CathyEagle/archive/2006/11/18/1394208.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CathyEagle/archive/2006/11/18/1394208.aspx</guid><dc:creator>CathyEagle</dc:creator></item><item><title>FAQ: 如何动态创建并访问网页元素</title><link>http://blog.csdn.net/CathyEagle/archive/2006/11/18/1393979.aspx</link><wfw:comment>http://blog.csdn.net/cathyeagle/comments/1393979.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cathyeagle/comments/commentRss/1393979.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1393979</trackback:ping><description>本文简要介绍了如何操作MSHTML在浏览器窗口中动态网页元素，以及如何获得接口指针以访问创建的元素。&lt;img src =&quot;http://blog.csdn.net/cathyeagle/aggbug/1393979.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 18 Nov 2006 20:17:00 +0800</pubDate><author>CathyEagle</author><comments>http://blog.csdn.net/CathyEagle/archive/2006/11/18/1393979.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CathyEagle/archive/2006/11/18/1393979.aspx</guid><dc:creator>CathyEagle</dc:creator></item><item><title>Internet Explorer 编程简述（十二）正确地设置和转移焦点</title><link>http://blog.csdn.net/CathyEagle/archive/2006/05/29/762468.aspx</link><wfw:comment>http://blog.csdn.net/cathyeagle/comments/762468.aspx</wfw:comment><slash:comments>4</slash:comments><wfw:commentRss>http://blog.csdn.net/cathyeagle/comments/commentRss/762468.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=762468</trackback:ping><description>本文讨论了在嵌入WebBrowser控件的应用程序中如何实现焦点在普通Windows窗口（如EditBox，ComboBox等）与浏览器窗口之间传递。&lt;img src =&quot;http://blog.csdn.net/cathyeagle/aggbug/762468.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 30 May 2006 07:52:00 +0800</pubDate><author>CathyEagle</author><comments>http://blog.csdn.net/CathyEagle/archive/2006/05/29/762468.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CathyEagle/archive/2006/05/29/762468.aspx</guid><dc:creator>CathyEagle</dc:creator></item><item><title>IE &amp; Delphi再次复活</title><link>http://blog.csdn.net/CathyEagle/archive/2006/05/21/747516.aspx</link><wfw:comment>http://blog.csdn.net/cathyeagle/comments/747516.aspx</wfw:comment><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/cathyeagle/comments/commentRss/747516.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=747516</trackback:ping><description>TEmbeddedWB更新了。
多了几个控件。
多了一些例子。&lt;img src =&quot;http://blog.csdn.net/cathyeagle/aggbug/747516.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 21 May 2006 18:16:00 +0800</pubDate><author>CathyEagle</author><comments>http://blog.csdn.net/CathyEagle/archive/2006/05/21/747516.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CathyEagle/archive/2006/05/21/747516.aspx</guid><dc:creator>CathyEagle</dc:creator></item><item><title>Internet Explorer 编程简述（十一）实现完美的Inplace Drag &amp; Drop——“超级拖放”</title><link>http://blog.csdn.net/CathyEagle/archive/2006/04/25/677425.aspx</link><wfw:comment>http://blog.csdn.net/cathyeagle/comments/677425.aspx</wfw:comment><slash:comments>6</slash:comments><wfw:commentRss>http://blog.csdn.net/cathyeagle/comments/commentRss/677425.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=677425</trackback:ping><description>本文介绍了如何实现所谓的“超级拖放”：第一，介绍了实现超级拖放的两种方法；第二，说明如何实现“完美”的拖放——即扩展IE拖拽行为的同时，保留IE默认的拖拽行为。第三，给出了一个最为直接和简洁的实现。&lt;img src =&quot;http://blog.csdn.net/cathyeagle/aggbug/677425.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 26 Apr 2006 06:30:00 +0800</pubDate><author>CathyEagle</author><comments>http://blog.csdn.net/CathyEagle/archive/2006/04/25/677425.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CathyEagle/archive/2006/04/25/677425.aspx</guid><dc:creator>CathyEagle</dc:creator></item><item><title>Internet Explorer 编程简述（十）响应来自HTML Element的事件通知——几个好用的类</title><link>http://blog.csdn.net/CathyEagle/archive/2006/03/11/621961.aspx</link><wfw:comment>http://blog.csdn.net/cathyeagle/comments/621961.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/cathyeagle/comments/commentRss/621961.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=621961</trackback:ping><description>本文讨论了连接并响应HTML Element事件通知以及管理多个相同类型的HTML Element连接的方案，并给出了一个简单实用的C++类的实现。&lt;img src =&quot;http://blog.csdn.net/cathyeagle/aggbug/621961.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 12 Mar 2006 04:52:00 +0800</pubDate><author>CathyEagle</author><comments>http://blog.csdn.net/CathyEagle/archive/2006/03/11/621961.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CathyEagle/archive/2006/03/11/621961.aspx</guid><dc:creator>CathyEagle</dc:creator></item><item><title>响应AutoComplete下拉列表的选择事件</title><link>http://blog.csdn.net/CathyEagle/archive/2006/02/21/605054.aspx</link><wfw:comment>http://blog.csdn.net/cathyeagle/comments/605054.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cathyeagle/comments/commentRss/605054.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=605054</trackback:ping><description>本文讨论了如何在SHAutoComplete函数提供的自动完成下拉列表中响应列表项选择事件。&lt;img src =&quot;http://blog.csdn.net/cathyeagle/aggbug/605054.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 22 Feb 2006 07:23:00 +0800</pubDate><author>CathyEagle</author><comments>http://blog.csdn.net/CathyEagle/archive/2006/02/21/605054.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CathyEagle/archive/2006/02/21/605054.aspx</guid><dc:creator>CathyEagle</dc:creator></item><item><title>Internet Explorer 编程简述（九）在自己的浏览器中嵌入Google工具条</title><link>http://blog.csdn.net/CathyEagle/archive/2005/12/12/550698.aspx</link><wfw:comment>http://blog.csdn.net/cathyeagle/comments/550698.aspx</wfw:comment><slash:comments>16</slash:comments><wfw:commentRss>http://blog.csdn.net/cathyeagle/comments/commentRss/550698.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=550698</trackback:ping><description>本文讨论了如何在自己的应用程序中嵌入Google Toolbar之类的Internet Explorer工具条插件。&lt;img src =&quot;http://blog.csdn.net/cathyeagle/aggbug/550698.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 13 Dec 2005 06:05:00 +0800</pubDate><author>CathyEagle</author><comments>http://blog.csdn.net/CathyEagle/archive/2005/12/12/550698.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CathyEagle/archive/2005/12/12/550698.aspx</guid><dc:creator>CathyEagle</dc:creator></item></channel></rss>