<?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/baihe_591" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/baihe_591" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 09 Oct 2008 16:50:00 GMT</lastBuildDate><title>潇湘馆</title><description>加油，努力！</description><link>http://blog.csdn.net/baihe_591/</link><item><title>c++指针学习笔记--交换两个字符串数据</title><link>http://blog.csdn.net/baihe_591/archive/2008/10/09/3043301.aspx</link><wfw:comment>http://blog.csdn.net/baihe_591/comments/3043301.aspx</wfw:comment><slash:comments>17</slash:comments><wfw:commentRss>http://blog.csdn.net/baihe_591/comments/commentRss/3043301.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3043301</trackback:ping><description>之前学的c语言,后来转到c#,大概有2年没有用到指针了,重新复习,还真又学习了不少.&lt;img src =&quot;http://blog.csdn.net/baihe_591/aggbug/3043301.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 10 Oct 2008 00:50:00 +0800</pubDate><author>baihe_591</author><comments>http://blog.csdn.net/baihe_591/archive/2008/10/09/3043301.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/baihe_591/archive/2008/10/09/3043301.aspx</guid><dc:creator>baihe_591</dc:creator><fs:srclink>http://blog.csdn.net/baihe_591/archive/2008/10/09/3043301.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/baihe_591/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/baihe_591/~7393347/207896962/5502869</fs:itemid></item><item><title>c#关机时自动退出程序</title><link>http://blog.csdn.net/baihe_591/archive/2008/08/22/2811988.aspx</link><wfw:comment>http://blog.csdn.net/baihe_591/comments/2811988.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baihe_591/comments/commentRss/2811988.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2811988</trackback:ping><description>做了一个定时播放器,程序运行时最小化到任务栏托盘,可这时候关闭或重启操作系统使如果程序没有退出,则系统不能关闭.那么如何实现关机时自动退出程序呢?其实很简单,当windows操作系统执行关闭动作时,它会发送给各个正在运行的应用程序一个消息WM_QUERYENDSESSION,告诉应用程序要关机了,如果反馈回来的消息值为1,那么windows操作系统就会自动关闭.因此,通过截获WM_QUERYENDSESSION消息,就能实现自动退出程序.&lt;img src =&quot;http://blog.csdn.net/baihe_591/aggbug/2811988.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 22 Aug 2008 17:25:00 +0800</pubDate><author>baihe_591</author><comments>http://blog.csdn.net/baihe_591/archive/2008/08/22/2811988.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/baihe_591/archive/2008/08/22/2811988.aspx</guid><dc:creator>baihe_591</dc:creator><fs:srclink>http://blog.csdn.net/baihe_591/archive/2008/08/22/2811988.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/baihe_591/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/baihe_591/~7393347/207896963/5502869</fs:itemid></item><item><title>c# 程序只能运行一次(多次运行只能打开同一个程序)</title><link>http://blog.csdn.net/baihe_591/archive/2008/08/22/2811731.aspx</link><wfw:comment>http://blog.csdn.net/baihe_591/comments/2811731.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baihe_591/comments/commentRss/2811731.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2811731</trackback:ping><description>防止程序运行多个实例的方法有多种,如:通过使用互斥量和进程名等.而我想要实现的是:在程序运行多个实例时激活的是第一个实例,使其获得焦点,并在前端显示.&lt;img src =&quot;http://blog.csdn.net/baihe_591/aggbug/2811731.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 22 Aug 2008 16:53:00 +0800</pubDate><author>baihe_591</author><comments>http://blog.csdn.net/baihe_591/archive/2008/08/22/2811731.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/baihe_591/archive/2008/08/22/2811731.aspx</guid><dc:creator>baihe_591</dc:creator><fs:srclink>http://blog.csdn.net/baihe_591/archive/2008/08/22/2811731.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/baihe_591/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/baihe_591/~7393347/207896964/5502869</fs:itemid></item><item><title>c#利用lame.exe实现mp3编码</title><link>http://blog.csdn.net/baihe_591/archive/2008/08/02/2757067.aspx</link><wfw:comment>http://blog.csdn.net/baihe_591/comments/2757067.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/baihe_591/comments/commentRss/2757067.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2757067</trackback:ping><description>c# lame.exe mp3&lt;img src =&quot;http://blog.csdn.net/baihe_591/aggbug/2757067.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 02 Aug 2008 18:03:00 +0800</pubDate><author>baihe_591</author><comments>http://blog.csdn.net/baihe_591/archive/2008/08/02/2757067.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/baihe_591/archive/2008/08/02/2757067.aspx</guid><dc:creator>baihe_591</dc:creator><fs:srclink>http://blog.csdn.net/baihe_591/archive/2008/08/02/2757067.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/baihe_591/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/baihe_591/~7393347/207896965/5502869</fs:itemid></item><item><title>lame.exe 参数说明</title><link>http://blog.csdn.net/baihe_591/archive/2008/07/28/2725804.aspx</link><wfw:comment>http://blog.csdn.net/baihe_591/comments/2725804.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baihe_591/comments/commentRss/2725804.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2725804</trackback:ping><description>lame参数中文资料&lt;img src =&quot;http://blog.csdn.net/baihe_591/aggbug/2725804.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 29 Jul 2008 00:57:00 +0800</pubDate><author>baihe_591</author><comments>http://blog.csdn.net/baihe_591/archive/2008/07/28/2725804.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/baihe_591/archive/2008/07/28/2725804.aspx</guid><dc:creator>baihe_591</dc:creator><fs:srclink>http://blog.csdn.net/baihe_591/archive/2008/07/28/2725804.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/baihe_591/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/baihe_591/~7393347/207896966/5502869</fs:itemid></item><item><title>c# 滚动字幕的实现</title><link>http://blog.csdn.net/baihe_591/archive/2008/07/18/2671670.aspx</link><wfw:comment>http://blog.csdn.net/baihe_591/comments/2671670.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baihe_591/comments/commentRss/2671670.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2671670</trackback:ping><description>在c#中其实滚动屏幕的实现很简单,只需要用到Graphics.DrawString方法.&lt;img src =&quot;http://blog.csdn.net/baihe_591/aggbug/2671670.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 18 Jul 2008 22:21:00 +0800</pubDate><author>baihe_591</author><comments>http://blog.csdn.net/baihe_591/archive/2008/07/18/2671670.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/baihe_591/archive/2008/07/18/2671670.aspx</guid><dc:creator>baihe_591</dc:creator><fs:srclink>http://blog.csdn.net/baihe_591/archive/2008/07/18/2671670.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/baihe_591/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/baihe_591/~7393347/207896967/5502869</fs:itemid></item><item><title>为datagridView添加行号</title><link>http://blog.csdn.net/baihe_591/archive/2008/07/04/2612194.aspx</link><wfw:comment>http://blog.csdn.net/baihe_591/comments/2612194.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baihe_591/comments/commentRss/2612194.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2612194</trackback:ping><description>为datagridView添加行号&lt;img src =&quot;http://blog.csdn.net/baihe_591/aggbug/2612194.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 05 Jul 2008 01:12:00 +0800</pubDate><author>baihe_591</author><comments>http://blog.csdn.net/baihe_591/archive/2008/07/04/2612194.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/baihe_591/archive/2008/07/04/2612194.aspx</guid><dc:creator>baihe_591</dc:creator><fs:srclink>http://blog.csdn.net/baihe_591/archive/2008/07/04/2612194.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/baihe_591/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/baihe_591/~7393347/207896968/5502869</fs:itemid></item><item><title>c#用mcisendstring API播放mp3</title><link>http://blog.csdn.net/baihe_591/archive/2008/06/28/2594041.aspx</link><wfw:comment>http://blog.csdn.net/baihe_591/comments/2594041.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/baihe_591/comments/commentRss/2594041.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2594041</trackback:ping><description>自己整理的一个mcisendstring播放mp3的类.&lt;img src =&quot;http://blog.csdn.net/baihe_591/aggbug/2594041.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 28 Jun 2008 20:03:00 +0800</pubDate><author>baihe_591</author><comments>http://blog.csdn.net/baihe_591/archive/2008/06/28/2594041.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/baihe_591/archive/2008/06/28/2594041.aspx</guid><dc:creator>baihe_591</dc:creator><fs:srclink>http://blog.csdn.net/baihe_591/archive/2008/06/28/2594041.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/baihe_591/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/baihe_591/~7393347/207896969/5502869</fs:itemid></item><item><title>MCI 指令总结</title><link>http://blog.csdn.net/baihe_591/archive/2008/06/14/2546911.aspx</link><wfw:comment>http://blog.csdn.net/baihe_591/comments/2546911.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/baihe_591/comments/commentRss/2546911.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2546911</trackback:ping><description>最近要用到API函数mciSendString制作多媒体播放器,在网上收集了mci相关指令,发现还没有全面的指令总结,所以自己亲自总结了一下,有不完善的还希望您帮我来补充. &lt;img src =&quot;http://blog.csdn.net/baihe_591/aggbug/2546911.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 15 Jun 2008 00:47:00 +0800</pubDate><author>baihe_591</author><comments>http://blog.csdn.net/baihe_591/archive/2008/06/14/2546911.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/baihe_591/archive/2008/06/14/2546911.aspx</guid><dc:creator>baihe_591</dc:creator><fs:srclink>http://blog.csdn.net/baihe_591/archive/2008/06/14/2546911.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/baihe_591/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/baihe_591/~7393347/207896970/5502869</fs:itemid></item><item><title>窗体控件随窗体大小改变(包括字体大小)</title><link>http://blog.csdn.net/baihe_591/archive/2008/05/30/2495097.aspx</link><wfw:comment>http://blog.csdn.net/baihe_591/comments/2495097.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/baihe_591/comments/commentRss/2495097.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2495097</trackback:ping><description>其实Anchor和Dock属性也可以实现,但好象只对容器效果理想,而且字体大小也没有变化.最近论坛上有好多这样的贴子,具体实现代码如下:
&lt;img src =&quot;http://blog.csdn.net/baihe_591/aggbug/2495097.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 30 May 2008 17:11:00 +0800</pubDate><author>baihe_591</author><comments>http://blog.csdn.net/baihe_591/archive/2008/05/30/2495097.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/baihe_591/archive/2008/05/30/2495097.aspx</guid><dc:creator>baihe_591</dc:creator><fs:srclink>http://blog.csdn.net/baihe_591/archive/2008/05/30/2495097.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/baihe_591/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/baihe_591/~7393347/207896971/5502869</fs:itemid></item></channel></rss>