<?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/52vc" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/52vc" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 14 May 2008 11:18:00 GMT</lastBuildDate><title>52vc的专栏</title><link>http://blog.csdn.net/52vc/</link><item><title>BCB 自动填表函数</title><link>http://blog.csdn.net/52vc/archive/2008/05/14/2444310.aspx</link><wfw:comment>http://blog.csdn.net/52vc/comments/2444310.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/52vc/comments/commentRss/2444310.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2444310</trackback:ping><description>&lt;p&gt;摘要： BCB实现自动填表的例子，通过改造完全可以操作其它窗口来实现自动填表功能例子： int i=0; &lt;/p&gt;&lt;p&gt;BOOL CALLBACK EnumFunc(HWND hwnd,LPARAM lp) ;//自定义的回调函数 &lt;/p&gt;&lt;p&gt;//--------------------------------------------------------------------------- &lt;/p&gt;&lt;p&gt;void __fastcall TForm1::Button3Click(TObject *Sender) &lt;/p&gt;&lt;p&gt;{ &lt;/p&gt;&lt;p&gt;int iParam = 0;&lt;/p&gt;&lt;p&gt;i=0; //窗口标题&lt;/p&gt;&lt;p&gt;&amp;nbsp;HWND&amp;nbsp;&amp;nbsp; hwnd&amp;nbsp;&amp;nbsp; =FindWindow(NULL,Edit1-&amp;gt;Text.c_str());// ::GetDesktopWindow();&lt;/p&gt;&lt;p&gt;EnumChildWindows(hwnd,&amp;nbsp; (int (__stdcall *)())EnumFunc,&amp;nbsp;&amp;n&lt;img src =&quot;http://blog.csdn.net/52vc/aggbug/2444310.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 14 May 2008 19:18:00 +0800</pubDate><author>52vc</author><comments>http://blog.csdn.net/52vc/archive/2008/05/14/2444310.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/52vc/archive/2008/05/14/2444310.aspx</guid><dc:creator>52vc</dc:creator></item><item><title>BCB 建立ODBC数据源</title><link>http://blog.csdn.net/52vc/archive/2008/05/09/2422856.aspx</link><wfw:comment>http://blog.csdn.net/52vc/comments/2422856.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/52vc/comments/commentRss/2422856.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2422856</trackback:ping><description>&lt;p&gt;前言: &lt;/p&gt;&lt;p&gt;近日我从网上搜索关于程序建立ODBC数据源的资源，发现基本上没有关于BCB 建立ODBC数据源的相关代码和方法，防止各位遇到相同问题，避免大家走弯路，因此整理了一下思路。&lt;/p&gt;&lt;p&gt;本文参考 &lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://prettyboy.bloghome.cn/posts/14990.html&quot;&gt;http://prettyboy.bloghome.cn/posts/14990.html&lt;/a&gt; &lt;a href=&quot;http://study.qqcf.com/web/188/21141.htm&quot;&gt;http://study.qqcf.com/web/188/21141.htm&lt;/a&gt; &lt;/p&gt;&lt;p&gt;什么是ODBC ？&lt;/p&gt;&lt;p&gt;开放数据库互连（ODBC)是Microsoft引进的一种早期数据库接口技术。它实际上是我们要在本章后面加以讨论的ADO的前身。Microsoft引进这种技术的一个主要原因是，以非语言专用的方式，提供给程序员一种访问数据库内容的简单方法。换句话说，访问DBF文件或Access Basic以得到MDB文件中的数据时，无需&lt;img src =&quot;http://blog.csdn.net/52vc/aggbug/2422856.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 09 May 2008 22:53:00 +0800</pubDate><author>52vc</author><comments>http://blog.csdn.net/52vc/archive/2008/05/09/2422856.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/52vc/archive/2008/05/09/2422856.aspx</guid><dc:creator>52vc</dc:creator></item><item><title>漫谈C++ Builder多线程编程技术</title><link>http://blog.csdn.net/52vc/archive/2008/04/25/2326657.aspx</link><wfw:comment>http://blog.csdn.net/52vc/comments/2326657.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/52vc/comments/commentRss/2326657.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2326657</trackback:ping><description>&amp;lt;p&amp;gt;&amp;lt;a href=&quot;http://dev.yesky.com/139/2009139.shtml&quot;&amp;gt;http://dev.yesky.com/139/2009139.shtml&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&lt;img src =&quot;http://blog.csdn.net/52vc/aggbug/2326657.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 25 Apr 2008 18:57:00 +0800</pubDate><author>52vc</author><comments>http://blog.csdn.net/52vc/archive/2008/04/25/2326657.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/52vc/archive/2008/04/25/2326657.aspx</guid><dc:creator>52vc</dc:creator></item><item><title>系统服务的处理（C++版)</title><link>http://blog.csdn.net/52vc/archive/2008/04/09/2267904.aspx</link><wfw:comment>http://blog.csdn.net/52vc/comments/2267904.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/52vc/comments/commentRss/2267904.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2267904</trackback:ping><description>系统服务的处理（C++版) 获取系统服务的状态，启动，暂停，停止，继续等&lt;img src =&quot;http://blog.csdn.net/52vc/aggbug/2267904.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 09 Apr 2008 18:24:00 +0800</pubDate><author>52vc</author><comments>http://blog.csdn.net/52vc/archive/2008/04/09/2267904.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/52vc/archive/2008/04/09/2267904.aspx</guid><dc:creator>52vc</dc:creator></item><item><title>BCB 编写 DLL 终极手册</title><link>http://blog.csdn.net/52vc/archive/2008/03/05/2148368.aspx</link><wfw:comment>http://blog.csdn.net/52vc/comments/2148368.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/52vc/comments/commentRss/2148368.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2148368</trackback:ping><description>网络上流传的BCB编写和调用DLL的方法多来源于一篇《BCB 编写 DLL 终极手册》，多数网站在转载此文章时也并未注明出处和作者，甚为心寒，且在转载过程中难免有纰漏，致使一些例子无法正确运行，我根据网络资料，重新整理了一下，发布出来。如欲转载，请注明出处和作者，并向作者发一封邮件，谢谢。 &lt;img src =&quot;http://blog.csdn.net/52vc/aggbug/2148368.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 05 Mar 2008 18:34:00 +0800</pubDate><author>52vc</author><comments>http://blog.csdn.net/52vc/archive/2008/03/05/2148368.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/52vc/archive/2008/03/05/2148368.aspx</guid><dc:creator>52vc</dc:creator></item></channel></rss>