<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Y___Y的专栏 - BCB</title><link>http://blog.csdn.net/y___y/category/234163.aspx</link><description>C++ Builder</description><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 25 Mar 2008 18:51:35 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>Y___Y</dc:creator><title>BCB中如何实现控件半透明</title><link>http://blog.csdn.net/y___y/archive/2007/02/01/1499939.aspx</link><pubDate>Thu, 01 Feb 2007 14:06:00 GMT</pubDate><guid>http://blog.csdn.net/y___y/archive/2007/02/01/1499939.aspx</guid><wfw:comment>http://blog.csdn.net/y___y/comments/1499939.aspx</wfw:comment><comments>http://blog.csdn.net/y___y/archive/2007/02/01/1499939.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/y___y/comments/commentRss/1499939.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1499939</trackback:ping><description>    窗体半透明实现简单直接设置属性或者用api来设置层属性来实现，但一般控件设置层属性，却得不到半透明效果。实际上做一下小改动就可以了。&lt;img src ="http://blog.csdn.net/y___y/aggbug/1499939.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Y___Y</dc:creator><title>编写小型Java IDE</title><link>http://blog.csdn.net/y___y/archive/2006/11/21/1402198.aspx</link><pubDate>Tue, 21 Nov 2006 18:44:00 GMT</pubDate><guid>http://blog.csdn.net/y___y/archive/2006/11/21/1402198.aspx</guid><wfw:comment>http://blog.csdn.net/y___y/comments/1402198.aspx</wfw:comment><comments>http://blog.csdn.net/y___y/archive/2006/11/21/1402198.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/y___y/comments/commentRss/1402198.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1402198</trackback:ping><description>市面上有很多Java的IDE，比如Eclipse，Borland  JBuilder，NetBeans等等，它们的功能都很强大，但都有一个普遍的缺点，就是要求机器的配置比较高，所以对于想学习Java而机器配置不好的朋友，只能去下载JSDK，然后在控制台下，敲命令编译运行，麻烦至极。因此笔者用一些简单的技术来开发了一个小的Java IDE，将代码编辑，编译运行集成到一起，只需点几个按钮就可以，省去了在控制台下，敲命令，同时在代码编辑方面做了一些工作，实现了代码着色，自动缩进，使书写程序一目了然。大家可以在此基础上，作一些改进，从而使IDE的功能更加强大。实际上，大家可用笔者的代码整理的源代码，实现代码自动整理（笔者并没有做这方面的功能）。该IDE适合Java于初学者&lt;img src ="http://blog.csdn.net/y___y/aggbug/1402198.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Y___Y</dc:creator><title>BCB中自定义消息</title><link>http://blog.csdn.net/y___y/archive/2006/09/22/1267112.aspx</link><pubDate>Fri, 22 Sep 2006 18:51:00 GMT</pubDate><guid>http://blog.csdn.net/y___y/archive/2006/09/22/1267112.aspx</guid><wfw:comment>http://blog.csdn.net/y___y/comments/1267112.aspx</wfw:comment><comments>http://blog.csdn.net/y___y/archive/2006/09/22/1267112.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/y___y/comments/commentRss/1267112.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1267112</trackback:ping><description>自定义消息&lt;img src ="http://blog.csdn.net/y___y/aggbug/1267112.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Y___Y</dc:creator><title>BCB拷屏代码</title><link>http://blog.csdn.net/y___y/archive/2006/09/10/1203161.aspx</link><pubDate>Sun, 10 Sep 2006 13:38:00 GMT</pubDate><guid>http://blog.csdn.net/y___y/archive/2006/09/10/1203161.aspx</guid><wfw:comment>http://blog.csdn.net/y___y/comments/1203161.aspx</wfw:comment><comments>http://blog.csdn.net/y___y/archive/2006/09/10/1203161.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/y___y/comments/commentRss/1203161.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1203161</trackback:ping><description>BCB拷屏代码&lt;img src ="http://blog.csdn.net/y___y/aggbug/1203161.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Y___Y</dc:creator><title>TScreen类</title><link>http://blog.csdn.net/y___y/archive/2006/09/10/1203143.aspx</link><pubDate>Sun, 10 Sep 2006 13:35:00 GMT</pubDate><guid>http://blog.csdn.net/y___y/archive/2006/09/10/1203143.aspx</guid><wfw:comment>http://blog.csdn.net/y___y/comments/1203143.aspx</wfw:comment><comments>http://blog.csdn.net/y___y/archive/2006/09/10/1203143.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/y___y/comments/commentRss/1203143.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1203143</trackback:ping><description>TScreen类&lt;img src ="http://blog.csdn.net/y___y/aggbug/1203143.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Y___Y</dc:creator><title>C++Builder中大尺寸图象的显示技巧</title><link>http://blog.csdn.net/y___y/archive/2006/09/10/1203116.aspx</link><pubDate>Sun, 10 Sep 2006 13:29:00 GMT</pubDate><guid>http://blog.csdn.net/y___y/archive/2006/09/10/1203116.aspx</guid><wfw:comment>http://blog.csdn.net/y___y/comments/1203116.aspx</wfw:comment><comments>http://blog.csdn.net/y___y/archive/2006/09/10/1203116.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/y___y/comments/commentRss/1203116.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1203116</trackback:ping><description>大尺寸图象的显示&lt;img src ="http://blog.csdn.net/y___y/aggbug/1203116.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Y___Y</dc:creator><title>BCB6的窗体界面能够跟随xp的主题变化</title><link>http://blog.csdn.net/y___y/archive/2006/09/06/1186409.aspx</link><pubDate>Wed, 06 Sep 2006 19:17:00 GMT</pubDate><guid>http://blog.csdn.net/y___y/archive/2006/09/06/1186409.aspx</guid><wfw:comment>http://blog.csdn.net/y___y/comments/1186409.aspx</wfw:comment><comments>http://blog.csdn.net/y___y/archive/2006/09/06/1186409.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/y___y/comments/commentRss/1186409.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1186409</trackback:ping><description>窗体界面&lt;img src ="http://blog.csdn.net/y___y/aggbug/1186409.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Y___Y</dc:creator><title>BCB使用小技巧（2）</title><link>http://blog.csdn.net/y___y/archive/2006/09/04/1176529.aspx</link><pubDate>Mon, 04 Sep 2006 18:17:00 GMT</pubDate><guid>http://blog.csdn.net/y___y/archive/2006/09/04/1176529.aspx</guid><wfw:comment>http://blog.csdn.net/y___y/comments/1176529.aspx</wfw:comment><comments>http://blog.csdn.net/y___y/archive/2006/09/04/1176529.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/y___y/comments/commentRss/1176529.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1176529</trackback:ping><description>判断焦点是否在当前应用程序
.获得不含空格字符的Edit-&gt;Text? 
怎样隐藏控制台程序的窗口
程序刪除自己
TRichEdit动态滚屏 
更改系统时间
TImage的背景透明
清空收回站
&lt;img src ="http://blog.csdn.net/y___y/aggbug/1176529.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Y___Y</dc:creator><title>BCB使用小技巧（1）</title><link>http://blog.csdn.net/y___y/archive/2006/09/01/1156339.aspx</link><pubDate>Fri, 01 Sep 2006 21:51:00 GMT</pubDate><guid>http://blog.csdn.net/y___y/archive/2006/09/01/1156339.aspx</guid><wfw:comment>http://blog.csdn.net/y___y/comments/1156339.aspx</wfw:comment><comments>http://blog.csdn.net/y___y/archive/2006/09/01/1156339.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/y___y/comments/commentRss/1156339.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1156339</trackback:ping><description>BCB使用小技巧&lt;img src ="http://blog.csdn.net/y___y/aggbug/1156339.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Y___Y</dc:creator><title>启动唯一实例</title><link>http://blog.csdn.net/y___y/archive/2006/08/30/1145820.aspx</link><pubDate>Wed, 30 Aug 2006 21:23:00 GMT</pubDate><guid>http://blog.csdn.net/y___y/archive/2006/08/30/1145820.aspx</guid><wfw:comment>http://blog.csdn.net/y___y/comments/1145820.aspx</wfw:comment><comments>http://blog.csdn.net/y___y/archive/2006/08/30/1145820.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/y___y/comments/commentRss/1145820.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1145820</trackback:ping><description>唯一实例&lt;img src ="http://blog.csdn.net/y___y/aggbug/1145820.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Y___Y</dc:creator><title>BCB 编写 DLL 终极手册</title><link>http://blog.csdn.net/y___y/archive/2006/08/24/1113713.aspx</link><pubDate>Thu, 24 Aug 2006 19:05:00 GMT</pubDate><guid>http://blog.csdn.net/y___y/archive/2006/08/24/1113713.aspx</guid><wfw:comment>http://blog.csdn.net/y___y/comments/1113713.aspx</wfw:comment><comments>http://blog.csdn.net/y___y/archive/2006/08/24/1113713.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/y___y/comments/commentRss/1113713.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1113713</trackback:ping><description>编写 DLL &lt;img src ="http://blog.csdn.net/y___y/aggbug/1113713.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Y___Y</dc:creator><title>BCB中利用剪贴板复制粘贴</title><link>http://blog.csdn.net/y___y/archive/2006/08/24/1113703.aspx</link><pubDate>Thu, 24 Aug 2006 19:03:00 GMT</pubDate><guid>http://blog.csdn.net/y___y/archive/2006/08/24/1113703.aspx</guid><wfw:comment>http://blog.csdn.net/y___y/comments/1113703.aspx</wfw:comment><comments>http://blog.csdn.net/y___y/archive/2006/08/24/1113703.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/y___y/comments/commentRss/1113703.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1113703</trackback:ping><description>将文件Copy到剪贴板&lt;img src ="http://blog.csdn.net/y___y/aggbug/1113703.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>