<?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/junglesong" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/junglesong" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 24 Aug 2007 15:09:00 GMT</lastBuildDate><title>如坐春风的c#博客</title><link>http://blog.csdn.net/junglesong/</link><item><title>截取一张图片中的部分区域存成新文件</title><link>http://blog.csdn.net/junglesong/archive/2007/08/24/1757563.aspx</link><wfw:comment>http://blog.csdn.net/junglesong/comments/1757563.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/junglesong/comments/commentRss/1757563.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1757563</trackback:ping><description>截取一张图片中的部分区域并存成新文件&lt;img src =&quot;http://blog.csdn.net/junglesong/aggbug/1757563.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 24 Aug 2007 23:09:00 +0800</pubDate><author>如坐春风</author><comments>http://blog.csdn.net/junglesong/archive/2007/08/24/1757563.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/junglesong/archive/2007/08/24/1757563.aspx</guid><dc:creator>如坐春风</dc:creator></item><item><title>取得图片文件几何尺寸的函数</title><link>http://blog.csdn.net/junglesong/archive/2007/08/17/1748017.aspx</link><wfw:comment>http://blog.csdn.net/junglesong/comments/1748017.aspx</wfw:comment><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/junglesong/comments/commentRss/1748017.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748017</trackback:ping><description>输入文件路径,即返回几何尺寸,如图片是800*600的,即返回&quot;800*600&quot;字符串,你可以使用字符串的Split函数进行进一步处理或者改写这个函数让它返回一个Size类.&lt;img src =&quot;http://blog.csdn.net/junglesong/aggbug/1748017.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 17 Aug 2007 19:42:00 +0800</pubDate><author>如坐春风</author><comments>http://blog.csdn.net/junglesong/archive/2007/08/17/1748017.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/junglesong/archive/2007/08/17/1748017.aspx</guid><dc:creator>如坐春风</dc:creator></item><item><title>c#中Hashtable用法简述</title><link>http://blog.csdn.net/junglesong/archive/2007/08/17/1748008.aspx</link><wfw:comment>http://blog.csdn.net/junglesong/comments/1748008.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/junglesong/comments/commentRss/1748008.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748008</trackback:ping><description>c#中Hashtable用法简述&lt;img src =&quot;http://blog.csdn.net/junglesong/aggbug/1748008.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 17 Aug 2007 19:37:00 +0800</pubDate><author>如坐春风</author><comments>http://blog.csdn.net/junglesong/archive/2007/08/17/1748008.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/junglesong/archive/2007/08/17/1748008.aspx</guid><dc:creator>如坐春风</dc:creator></item><item><title>控件的自删除方法的实现</title><link>http://blog.csdn.net/junglesong/archive/2007/08/17/1747969.aspx</link><wfw:comment>http://blog.csdn.net/junglesong/comments/1747969.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/junglesong/comments/commentRss/1747969.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1747969</trackback:ping><description>在母控件上添加你自定义的子控件很简单,即在母控件中的Controls集合中添加你的子控件即可,删除也不难,即在母控件中的Controls集合中去除你的子控件即可.

如果是子控件上有一个删除自身的按钮,点击该按钮即删除自身,该怎么办呢,实际让子控件拥有母控件的引用即可,删除时调用引用来删除自己即可
&lt;img src =&quot;http://blog.csdn.net/junglesong/aggbug/1747969.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 17 Aug 2007 19:20:00 +0800</pubDate><author>如坐春风</author><comments>http://blog.csdn.net/junglesong/archive/2007/08/17/1747969.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/junglesong/archive/2007/08/17/1747969.aspx</guid><dc:creator>如坐春风</dc:creator></item><item><title>类的诸实例共享集合数据的实现</title><link>http://blog.csdn.net/junglesong/archive/2007/08/17/1747935.aspx</link><wfw:comment>http://blog.csdn.net/junglesong/comments/1747935.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/junglesong/comments/commentRss/1747935.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1747935</trackback:ping><description>类的诸实例共享集合数据的实现&lt;img src =&quot;http://blog.csdn.net/junglesong/aggbug/1747935.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 17 Aug 2007 19:06:00 +0800</pubDate><author>如坐春风</author><comments>http://blog.csdn.net/junglesong/archive/2007/08/17/1747935.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/junglesong/archive/2007/08/17/1747935.aspx</guid><dc:creator>如坐春风</dc:creator></item><item><title>对于文件拷贝时的两个实用函数</title><link>http://blog.csdn.net/junglesong/archive/2007/08/17/1747914.aspx</link><wfw:comment>http://blog.csdn.net/junglesong/comments/1747914.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/junglesong/comments/commentRss/1747914.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1747914</trackback:ping><description>拷贝文件时如果路径不存在则会发生异常,如果在拷贝时检查路径的合法性,不存在则分级创建则可以避免这个麻烦.&lt;img src =&quot;http://blog.csdn.net/junglesong/aggbug/1747914.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 17 Aug 2007 18:53:00 +0800</pubDate><author>如坐春风</author><comments>http://blog.csdn.net/junglesong/archive/2007/08/17/1747914.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/junglesong/archive/2007/08/17/1747914.aspx</guid><dc:creator>如坐春风</dc:creator></item><item><title>用于获取Mp3文件信息的类</title><link>http://blog.csdn.net/junglesong/archive/2007/08/17/1747887.aspx</link><wfw:comment>http://blog.csdn.net/junglesong/comments/1747887.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/junglesong/comments/commentRss/1747887.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1747887</trackback:ping><description>用于获取Mp3文件信息的类&lt;img src =&quot;http://blog.csdn.net/junglesong/aggbug/1747887.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 17 Aug 2007 18:45:00 +0800</pubDate><author>如坐春风</author><comments>http://blog.csdn.net/junglesong/archive/2007/08/17/1747887.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/junglesong/archive/2007/08/17/1747887.aspx</guid><dc:creator>如坐春风</dc:creator></item><item><title>两个有用的文件遍历器类</title><link>http://blog.csdn.net/junglesong/archive/2007/08/17/1747865.aspx</link><wfw:comment>http://blog.csdn.net/junglesong/comments/1747865.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/junglesong/comments/commentRss/1747865.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1747865</trackback:ping><description>两个遍历实现类,FoldersFinder依赖FilesFilder,可以指定扩展名及遍历子目录&lt;img src =&quot;http://blog.csdn.net/junglesong/aggbug/1747865.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 17 Aug 2007 18:36:00 +0800</pubDate><author>如坐春风</author><comments>http://blog.csdn.net/junglesong/archive/2007/08/17/1747865.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/junglesong/archive/2007/08/17/1747865.aspx</guid><dc:creator>如坐春风</dc:creator></item><item><title>在C#程序中使用系统热键</title><link>http://blog.csdn.net/junglesong/archive/2007/08/17/1747822.aspx</link><wfw:comment>http://blog.csdn.net/junglesong/comments/1747822.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/junglesong/comments/commentRss/1747822.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1747822</trackback:ping><description>举例说明在C#程序中使用系统热键的整个过程&lt;img src =&quot;http://blog.csdn.net/junglesong/aggbug/1747822.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 17 Aug 2007 18:12:00 +0800</pubDate><author>如坐春风</author><comments>http://blog.csdn.net/junglesong/archive/2007/08/17/1747822.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/junglesong/archive/2007/08/17/1747822.aspx</guid><dc:creator>如坐春风</dc:creator></item><item><title>在WinForm程序中添加删除调用自定义控件</title><link>http://blog.csdn.net/junglesong/archive/2007/08/06/1728258.aspx</link><wfw:comment>http://blog.csdn.net/junglesong/comments/1728258.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/junglesong/comments/commentRss/1728258.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1728258</trackback:ping><description>程序总不可能是一次画好就一成不变的,有些时候我们都需要创建自定义控件,首先添加用户自定义控件(User Control),然后设置好页面并添加事件等,其次再把它添加到页面控件的容器中即可,对自定义控件处理来说,取得母体的Controls集合是关键,掌握了这个,在其它容器如布局内添加自定义控件就触类旁通了.
&lt;img src =&quot;http://blog.csdn.net/junglesong/aggbug/1728258.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 06 Aug 2007 19:40:00 +0800</pubDate><author>如坐春风</author><comments>http://blog.csdn.net/junglesong/archive/2007/08/06/1728258.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/junglesong/archive/2007/08/06/1728258.aspx</guid><dc:creator>如坐春风</dc:creator></item></channel></rss>