<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>bestlong 怕失憶論壇 - Delphi</title>
    <link>http://www.bestlong.idv.tw/forum.php?mod=forumdisplay&amp;fid=2</link>
    <description>Latest 20 threads of Delphi</description>
    <copyright>Copyright(C) bestlong 怕失憶論壇</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 12 May 2026 21:46:43 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.bestlong.idv.tw/static/image/common/logo_88_31.gif</url>
      <title>bestlong 怕失憶論壇</title>
      <link>http://www.bestlong.idv.tw/</link>
    </image>
    <item>
      <title>Delphi实现程序只运行一次并激活已打开的程序</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=4920</link>
      <description><![CDATA[資料來源
http://blog.sina.com.cn/s/blog_703f7fe801012m1h.html

Delphi实现程序只运行一次并激活已打开的程序 我们的程序有时候只允许运行一次，并且最好的情况是，如果程序第二次运行，就激活原来的程序。网上有很多的方法实现程序只运行一次，但对于激活原来的窗口 ...]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Fri, 24 Apr 2015 00:26:21 +0000</pubDate>
    </item>
    <item>
      <title>遠端桌面連到伺服器上執行程式會直接跳出</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=4796</link>
      <description><![CDATA[用 Delphi 5 + BDE 開發的程式，安裝在 MSSQL2000 + Windows 2003 Std 環境
使用者以遠端桌面連線到 Win 2003 上執行程式
系統管理員的帳號都沒有問題
一般使用者的帳號進入某些功能就直接跳出

事件檢視器內的訊息

失敗的應用程式 APP.exe，版本 1.0.0.98，失敗的模組 ...]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Wed, 03 Jul 2013 07:44:41 +0000</pubDate>
    </item>
    <item>
      <title>TDBF 讓 Delphi 可以直接存取 DBF 資料檔的元件</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1808</link>
      <description><![CDATA[TDBF

TDBF is a freeware native data access component for Borland Delphi, C++Builder and Kylix, and for FreePascal. It allows you to create very compact database programs that don't need any special installer programs. In fact the code to access your ..]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Wed, 09 Jan 2013 09:27:11 +0000</pubDate>
    </item>
    <item>
      <title>防止應用程式重複執行(使用 JEDI JCL JVCL)</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1805</link>
      <description><![CDATA[在 JEDI JVCL 有提供元件，在元件盤 Jv System 內有 JvAppInstances 元件，加入到主 Form 中就可以了

不過使用 JVCL 元件程式還是建立了主視窗，還有另一個法寶可以在應用程式初始化前就處理
可以使用 JCL 的 JclAppInst 類別
只要引入 JclAppInst 與執行一行檢查程式  ...]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Wed, 19 Dec 2012 09:32:21 +0000</pubDate>
    </item>
    <item>
      <title>安裝 JDEI Visual Component Library</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1804</link>
      <description><![CDATA[Project JEDI Portal
JVCL (JEDI Visual Component Library) 

JDEI VCL (JVCL) 有大量的元件，不裝來使用與學習就可惜了

安裝算是很簡單
解壓縮後有 jcl 與 jvcl 兩個子目錄
確認所有 delphi or bcd 的 IDE 都已關閉
先執行 jcl\install.bat 會啟動 GUI 安裝程式，會 ...]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Wed, 19 Dec 2012 08:21:41 +0000</pubDate>
    </item>
    <item>
      <title>Delphi 如何將字串用 MD5 加密</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1803</link>
      <description><![CDATA[Delphi 從 5 ~7 版都沒有內建的函數可以直接使用。剛好有 Indy 這個元件可以幫忙解決
請去 The Indy Project 下載 Indy VCL 後安裝
然後在程式中增加下列函數這樣就可以在程式中使用了]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Wed, 19 Dec 2012 01:57:26 +0000</pubDate>
    </item>
    <item>
      <title>Delphi 用程式碼進行印表機管理</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1793</link>
      <description><![CDATA[Delphi 可以透過 function Printer 來取得 TPrinter 的全域實例(Global Instance)來進行印表機的管理。]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Mon, 01 Oct 2012 06:53:00 +0000</pubDate>
    </item>
    <item>
      <title>理解與使用 TClientDataSet</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1792</link>
      <description><![CDATA[TClientDataSet 是一個功能強大的類別, 使用記憶體來操作資料, 不過需要用到 midas.dll]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Wed, 12 Sep 2012 05:48:17 +0000</pubDate>
    </item>
    <item>
      <title>Delphi 讀取硬體資訊</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1757</link>
      <description><![CDATA[取得 CPU 序號，不過在多核心環境會有多組序號]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Wed, 21 Mar 2012 06:35:38 +0000</pubDate>
    </item>
    <item>
      <title>Delphi + ZeosLib + Tnt + MySQL 使用 UTF-8 編碼</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1238</link>
      <description><![CDATA[首先要確實做好 MySQL 安裝設定與檢查
檢查 MySQL Server 的設定檔 my.ini (my.cnf) 內容
確認在 [mysql] 與 [mysqld] 兩個區段內都要有 default-character-set=utf8 的設定。
如果沒有就請在兩個區段都加上後，重新啟動 MySQL Server 一次讓有變更的設定生效。

然後用 ...]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Wed, 14 Dec 2011 09:25:25 +0000</pubDate>
    </item>
    <item>
      <title>在 Delphi 安裝 ZeosLib (ZeosDBO)</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1237</link>
      <description><![CDATA[ZeosLib 是一個資料庫元件集

支援 MySQL, PostgreSQL, Interbase, Firebird, MS SQL, Sybase, Oracle and SQLite 等多種資料庫

支援 Delphi, FreePascal/Lazarus, Kylix and C++ Builder 等多個開發環境

http://sourceforge.net/projects/zeoslib/
http://zeos.firmo ...]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Sat, 10 Dec 2011 08:53:02 +0000</pubDate>
    </item>
    <item>
      <title>利用 ScktSrvr 打造多功能 Socket 服務器</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1236</link>
      <description><![CDATA[利用ScktSrvr打造多功能Socket服務器

Socket服務端編程中最重要的也是最難處理的工作便是客戶請求的處理和數據的接收和發送，如果每一個Socket服務器應用程序的開發都要從頭到尾處理這些事情的話，人將會很累，也會浪費大量時間。試想，如果有一個通用的程序把客戶請求 ...]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Fri, 09 Dec 2011 01:16:28 +0000</pubDate>
    </item>
    <item>
      <title>在 Windows 7 Pro x64 SP1 安裝 Delphi 5</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1187</link>
      <description><![CDATA[剛到手的 Dell NB i7 系統環境 Win7 Pro 64bit SP1，安裝好 XPMode 環境，也完成所有更新
尚未安裝或啟用 Office 



以下都是在 Win7 Pro x64 下作業

安裝 Delphi 5 Ent

安裝完成後直接執行會出現下列詢問對話框



選擇 Yes 會碰到下列錯誤



選擇 No 會碰到下列錯 ...]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Tue, 13 Sep 2011 08:13:39 +0000</pubDate>
    </item>
    <item>
      <title>Windows 7 64bit 安裝 BDE</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=1064</link>
      <description><![CDATA[目前新買的電腦使用 Windows 7 64bit 的已佔很大的部份
很多的軟體使用 BDE 資料庫引擎，在台灣的國稅局報稅軟體算是最多用戶也具代表性
不過安裝 BDE 卻碰會出現不相容的問題.

其實這不是 BDE 本身的問題，而是將封裝打包成安裝檔的安裝程式的問題.
BDE 5.x 是 32bit  ...]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Fri, 20 May 2011 03:37:18 +0000</pubDate>
    </item>
    <item>
      <title>How protect Excel Sheet using Delphi ?</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=959</link>
      <description><![CDATA[How protect Excel Sheet using Delphi ?
Answer:資料來源 http://delphizine.blogspot.com/2009/07/how-protect-excel-sheet-using-delphi_6285.html]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Thu, 07 Apr 2011 09:27:28 +0000</pubDate>
    </item>
    <item>
      <title>列出 windows 所有的 RS232 COM Port 列表</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=917</link>
      <description><![CDATA[機碼 HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM 就紀錄所有的 COM Port.



所以可以使用讀取機碼的方式來取得 COM Port 列表]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Mon, 14 Mar 2011 08:17:19 +0000</pubDate>
    </item>
    <item>
      <title>Delphi 電子書收集</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=913</link>
      <description><![CDATA[http://www.sinter.com.tw/embarcadero/download.html

精通Delphi 4.x實戰篇1


精通Delphi 4.x實戰篇2


實戰Delphi 5.x-ADO,MTS,COM+專業程式設計篇



http://www.iis.sinica.edu.tw/~swc/index_c.html

Delphi 深度歷險]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Tue, 08 Mar 2011 06:51:18 +0000</pubDate>
    </item>
    <item>
      <title>關於 Delphi 7 裡預設沒加載的控件</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=790</link>
      <description><![CDATA[資料來源 http://blog.sina.com.cn/s/blog_573be9bc0100fh4z.html

不知道是因為控件太多了還是準備改朝換代, 反正手動安裝回來就好了.

dclisp70.bpl(Borland Internet Solutions Pack Components)
包括的控件：TFTP、THTML、THTTP、TNNTP、TPOP、TSMTP、TTCP、TUDP

d ...]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Tue, 02 Nov 2010 01:14:21 +0000</pubDate>
    </item>
    <item>
      <title>FBLib Firebird Library</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=786</link>
      <description><![CDATA[Open Source Library No Data Aware for direct access to Firebird Relational Database from Borland Delphi/Kylix, Freepascal and Lazarus.



http://fblib.altervista.org/

Current Features

[*]Direct Access to Firebird 1.0.x 1.5.x 2.0 Classic or Super]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Fri, 29 Oct 2010 07:20:01 +0000</pubDate>
    </item>
    <item>
      <title>Delphi DbGrid 滾輪不正常問題解決</title>
      <link>http://www.bestlong.idv.tw/forum.php?mod=viewthread&amp;tid=785</link>
      <description><![CDATA[參考來源 http://www.cnblogs.com/huangcong/archive/2010/08/22/1805718.html]]></description>
      <category>Delphi</category>
      <author>bestlong</author>
      <pubDate>Fri, 29 Oct 2010 07:08:58 +0000</pubDate>
    </item>
  </channel>
</rss>