<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>VerySource - C++ Builder</title>
    <link>https://domain.verysource.com/forum-40-1.html</link>
    <description>Latest 20 threads of C++ Builder</description>
    <copyright>Copyright(C) VerySource</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 19 Apr 2026 16:52:33 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://domain.verysource.com/static/image/common/logo_88_31.gif</url>
      <title>VerySource</title>
      <link>https://domain.verysource.com/</link>
    </image>
    <item>
      <title>源码运行不了：基于Qt的考试管理系统设计与实现</title>
      <link>https://domain.verysource.com/thread-3885-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>C++ Builder</category>
      <author>yvge</author>
      <pubDate>Tue, 07 Jun 2022 09:17:09 +0000</pubDate>
    </item>
    <item>
      <title>我想做个关闭网页的程序。。麻烦高手指点下</title>
      <link>https://domain.verysource.com/thread-3706-1-1.html</link>
      <description><![CDATA[DWORD FindProcess(char *AppName)
{
    HANDLE hSnapshot;
    DWORD ID = 0;
PROCESSENTRY32 pe32 = { sizeof(PROCESSENTRY32) };

hSnapshot = CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0);

if (hSnapshot == INVALID_HANDLE_VALUE)
    {
return 0;
]]></description>
      <category>C++ Builder</category>
      <author>wyyaiwhh</author>
      <pubDate>Sun, 25 Apr 2021 07:30:02 +0000</pubDate>
    </item>
    <item>
      <title>奇怪问题：我有一个文本文件，里面有好多条记录，我想把里面的一个乱码用空格替换掉，</title>
      <link>https://domain.verysource.com/thread-3705-1-1.html</link>
      <description><![CDATA[我本想用 TStringList   *txtlist=new   TStringList;
 String   ss;   
    
      TStringList   *txtlist=new   TStringList;   
    
      txtlist-&gt;LoadFormFile(\&quot;c:\\\\mytxt.txt\&quot;);   
      for(int i=0;iCount;i++)
            {                 
]]></description>
      <category>C++ Builder</category>
      <author>windsoupl</author>
      <pubDate>Thu, 22 Apr 2021 10:30:02 +0000</pubDate>
    </item>
    <item>
      <title>用mchk->Delete()命令删除文件目录下的数据表mchk.dbf中的内容，却无法彻底删除～！</title>
      <link>https://domain.verysource.com/thread-3570-1-1.html</link>
      <description><![CDATA[我用C++BUILDER中的Table控件连接文件目录下的数据表mchk.dbf，然后检索到表中有数据后就用代码Delete()将记录删除，但是出现一个问题就是虽然删除了（普通状态下已经查找不到被删除的内容比如用EXCEL打开），可是用visual foxpro打开数据表发现还有被删除的记录只不过 ...]]></description>
      <category>C++ Builder</category>
      <author>qiaoyu0603</author>
      <pubDate>Fri, 18 Dec 2020 01:00:01 +0000</pubDate>
    </item>
    <item>
      <title>关于显示jpg格式图像的问题</title>
      <link>https://domain.verysource.com/thread-3502-1-1.html</link>
      <description><![CDATA[Graphics::TBitmap *pBitmap=new Graphics::TBitmap;
  PBitmap-&gt;LoadFromFile(\&quot;F:\\\\图片\\\\中国公认最美丽的18处地方\\\\云南罗平.jpg\&quot;);
   Canvas-&gt;Draw(750,350,pBitmap);                            想显示一张jpg格式的图片，但运行时总出现异常，难道要先将jpg图像 ...]]></description>
      <category>C++ Builder</category>
      <author>cwdj120410</author>
      <pubDate>Mon, 14 Dec 2020 09:30:02 +0000</pubDate>
    </item>
    <item>
      <title>16进制 转化 中文</title>
      <link>https://domain.verysource.com/thread-3487-1-1.html</link>
      <description><![CDATA[ASCII 转化成中文怎么办呢？
16进制转化成中文又怎么办了？
又什么解决的办法吗》？
下面是16进制数 ， 
02 50 4B 31 30 32 43 42 44 41 42 34 42 41 42 42 41 41 32 30 32 30 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 46 42 33 46 35 33 ...]]></description>
      <category>C++ Builder</category>
      <author>liuliou</author>
      <pubDate>Mon, 14 Dec 2020 02:00:02 +0000</pubDate>
    </item>
    <item>
      <title>如何提高画图的速度</title>
      <link>https://domain.verysource.com/thread-3451-1-1.html</link>
      <description><![CDATA[发现无论是用API 还是别的方法 画图的速度都很慢  


有没有提高的方法呢]]></description>
      <category>C++ Builder</category>
      <author>raymenlv</author>
      <pubDate>Mon, 30 Nov 2020 14:30:01 +0000</pubDate>
    </item>
    <item>
      <title>我用InstallShield打包程序，安装后一个文件夹中是原工程的所有文件，还有个文件夹是空的</title>
      <link>https://domain.verysource.com/thread-3412-1-1.html</link>
      <description><![CDATA[我用InstallShield打包程序，安装后一个文件夹中是原工程的所有文件，还有个文件夹是空的？？？哪位大哥帮帮忙，帮我解释或解决一下，谢谢～！我用的ADO连接SQL SERVER数据库。]]></description>
      <category>C++ Builder</category>
      <author>acmilanwy</author>
      <pubDate>Thu, 19 Nov 2020 01:30:02 +0000</pubDate>
    </item>
    <item>
      <title>c++ builder6.0下ClientSocket控件接收消息问题</title>
      <link>https://domain.verysource.com/thread-3396-1-1.html</link>
      <description><![CDATA[我在c++ builder6.0下用ClientSocket和serverSocket进行双方通讯，客户端发送消息给服务器时，服务器能正常接到，但是服务器给客户端发消息时客户端无论在onread()还是onwrite()事件里都不能接收到消息，我在客户端添加了一个button,在它的双击事件中这样写： Memo2-&gt;Li ...]]></description>
      <category>C++ Builder</category>
      <author>天使躯</author>
      <pubDate>Tue, 10 Nov 2020 02:00:02 +0000</pubDate>
    </item>
    <item>
      <title>请问如何在分数的旁边显现评语呢?</title>
      <link>https://domain.verysource.com/thread-3350-1-1.html</link>
      <description><![CDATA[各位前辈…..

请问我想在分数的字段旁显现出评语

但是是有范围的~例如

*********
            评语
0~5分       低
6~10分      中
11~15分     优
*********

以下程序码是关中刀客前辈的~~如何在这程序码中再添加呢?

谢谢!!

--------------------------
#ifndef  ...]]></description>
      <category>C++ Builder</category>
      <author>sygokok</author>
      <pubDate>Thu, 15 Oct 2020 02:00:02 +0000</pubDate>
    </item>
    <item>
      <title>如何在自编控件的颜色属性里加上下拉框？？？</title>
      <link>https://domain.verysource.com/thread-3300-1-1.html</link>
      <description><![CDATA[如果自编控件有个属性是颜色，如何能做出标准控件的颜色属性的效果？就是有下拉的选择菜单，双击还可以出调色板]]></description>
      <category>C++ Builder</category>
      <author>jccg15268</author>
      <pubDate>Tue, 29 Sep 2020 08:30:03 +0000</pubDate>
    </item>
    <item>
      <title>关于后退与前进功能的实现</title>
      <link>https://domain.verysource.com/thread-3293-1-1.html</link>
      <description><![CDATA[有一个DirectoryListBox控件和一个DriveListBox控件
有2个按钮,一个是目录前进,一个是目录后退
比如当前目录是C:\\aaaa
转到目录F:\\ppp
此时按下后退,DirectoryListBox就自动跳回C:\\aaaa
再按前进,就又跳回F:\\ppp
希望可以记录3次左右的变动,
比如现在是C:\\aaaa
跳到F:\\p ...]]></description>
      <category>C++ Builder</category>
      <author>epsilong123</author>
      <pubDate>Mon, 28 Sep 2020 12:00:02 +0000</pubDate>
    </item>
    <item>
      <title>插入纪录出错Lost connection to MYSQL server during query socket error on write.</title>
      <link>https://domain.verysource.com/thread-3116-1-1.html</link>
      <description><![CDATA[Lost connection to MYSQL server during query socket error on write. WSAGetLastError return 10054($2746)
我是往数据库里插入一个2进制文件，当文件大约为2MB时没问题，3MB以上就出以上问题。
请指教。谢谢]]></description>
      <category>C++ Builder</category>
      <author>sc_ups</author>
      <pubDate>Sun, 22 Mar 2020 06:00:01 +0000</pubDate>
    </item>
    <item>
      <title>用TADOQuery连接ACCESS数据库时 出现\"**没有参数\"的错误</title>
      <link>https://domain.verysource.com/thread-3059-1-1.html</link>
      <description><![CDATA[用TADOQuery连接ACCESS数据库时 出现 \&quot;**没有默认参数\&quot;的错误
 我想查询ACCESS中数据库username(已经绑定)中username表(有password和name两个字段)中的password字段.
 其实就是用户登陆界面了 看看密码有没有匹配
          ADOQuery1-&gt;Close();
          ADOQuery1-&gt;S ...]]></description>
      <category>C++ Builder</category>
      <author>iosa1234</author>
      <pubDate>Fri, 20 Mar 2020 12:30:01 +0000</pubDate>
    </item>
    <item>
      <title>求助：为什么动态库 中的函数无法加载</title>
      <link>https://domain.verysource.com/thread-2963-1-1.html</link>
      <description><![CDATA[动态库代码：
extern \&quot;C\&quot; __declspec(dllexport) HWND __stdcall CreateCW(HWND);
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void* lpReserved)
{
    return 1;
}
//----------------------------------------------------------------------- ..]]></description>
      <category>C++ Builder</category>
      <author>soulflayer</author>
      <pubDate>Tue, 17 Mar 2020 12:30:02 +0000</pubDate>
    </item>
    <item>
      <title>MDI子窗体与thread之间的同步（Synchronize）的问题</title>
      <link>https://domain.verysource.com/thread-2912-1-1.html</link>
      <description><![CDATA[问题很麻烦，用MDIChild产生的thread，Synchronize和OnTerminate都无法连接到MDIChild的事件和界面，
可能是这时的thread所认为的主VCL不是产生它的MDIChild，而是MDIForm，
这个问题有人遇到过没？可有解决方法？ ...]]></description>
      <category>C++ Builder</category>
      <author>kaldorei</author>
      <pubDate>Mon, 16 Mar 2020 05:00:02 +0000</pubDate>
    </item>
    <item>
      <title>BCB操作数据库捕捉异常</title>
      <link>https://domain.verysource.com/thread-2886-1-1.html</link>
      <description><![CDATA[我用的是BCB,访问SQL Server,新增记录捕捉不到SQL返回的错误,请各位指点,谢谢了,
try
{
    this-&gt;ADOQuery1-&gt;Open() ;
    this-&gt;ADOQuery1-&gt;Insert() ;
     .....
    this-&gt;ADOQuery1-&gt;Post() ;
    this-&gt;ADOQuery1-&gt;Close(); 

}
catch(EDatabaseError *e){
    ...]]></description>
      <category>C++ Builder</category>
      <author>点纹十二卷</author>
      <pubDate>Sun, 15 Mar 2020 08:30:02 +0000</pubDate>
    </item>
    <item>
      <title>如何删除自己安装在C++Builder中的OCX控件</title>
      <link>https://domain.verysource.com/thread-2750-1-1.html</link>
      <description><![CDATA[我用VC做了个OCX控件，然后在C++Builder中通过“Component-&gt;Import Axtive Control”安装完成，使用也很正常。但是我现在对那个控件做了修改和完善，想重新在C++Builder下安装，但是再通过“Component-&gt;Import Axtive Control”安装时，系统提示那个控件类已经存在，我 ...]]></description>
      <category>C++ Builder</category>
      <author>斩灵刃</author>
      <pubDate>Wed, 11 Mar 2020 07:30:02 +0000</pubDate>
    </item>
    <item>
      <title>关于变量的初始化</title>
      <link>https://domain.verysource.com/thread-2747-1-1.html</link>
      <description><![CDATA[比如说int要初始化为 0
那么AnsiString类型初始化为什么好呢?
有的书上写初始化为AnsiString as=\&quot;\&quot;;还有的写AnsiString as=NULL;
还有些结构变量,比如句柄变量,这种应该初始化为什么好呢]]></description>
      <category>C++ Builder</category>
      <author>epsilong123</author>
      <pubDate>Wed, 11 Mar 2020 06:00:01 +0000</pubDate>
    </item>
    <item>
      <title>HELP</title>
      <link>https://domain.verysource.com/thread-2719-1-1.html</link>
      <description><![CDATA[String si,SubStr,name; 
   si=DateToStr(Date()); 
   SubStr=si.SubString(5,StrToInt(si.Length()-2));/*取出生日期的月和日*/ 
   data-&gt;personquery-&gt;Close(); 
   data-&gt;personquery-&gt;SQL-&gt;Clear(); 
   data-&gt;personquery-&gt;SQL-&gt;Add(\&quot;select * from perinf wher ...]]></description>
      <category>C++ Builder</category>
      <author>gushangluoye</author>
      <pubDate>Tue, 10 Mar 2020 08:00:02 +0000</pubDate>
    </item>
  </channel>
</rss>