tubbysong
顯示具有
Forums
標籤的文章。
顯示所有文章
顯示具有
Forums
標籤的文章。
顯示所有文章
2015年11月2日 星期一
delphi 請問Timer如果不用拉元件產生的,該如何寫
›
type TDBThread = class(TThread) protected procedure PrintMsg; procedure Execute; override; end; procedure TDBThread.Execute; b...
delphi runtime 取得panel下的可視元件 savetofile
›
delphi runtime 取得panel下的可視元件 procedure TForm1.AddToTreeView(ATreeNode: TTreeNode; APanel: TPanel); var i: integer; TmpTreeNode: TTreeNo...
Resizing Controls at run time
›
delphi runtime design library delphi runtime library MFC CRectTracker Resizing Controls at run time http://www.codeproject.com/Articl...
delphi 如何實現動態物件
›
delphi 如何實現動態物件 有什方法可以在不知到物件數目的情況下 在執行時期動態產生物件 就像是ValArray一樣可以變大變小 1.宣告動態陣列, 例: edt: array of TEdit; 2.設定動態陣列的長度, 例: Set...
delphi 由滑鼠座標取得所在座標的字元位置
›
delphi 由滑鼠座標取得所在座標的字元位置 1) richedit 由滑鼠座標取得所在座標的字元位置 (為了讓richedit在被dorpdrag時達到拖曳到插入貼上) 2) richedit 不行輸入TAB怎辦 ...
delphi 取得不定物件的所有屬性 執行時期 如何取得 物件有哪一些 物件的屬性跟事件
›
delphi 取得不定物件的所有屬性 執行時期 如何取得 物件有哪一些 物件的屬性跟事件 http://delphi.ktop.com.tw/topic.asp?topic_id=24453 delphi rtti GetPr...
Microsoft fax implementation
›
要怎樣呼叫The Microsoft fax client COM implementation interfaces 或者有人可以告訴我FAX程式 或是有Component 或是..... 用 TurboPower 套件 , 內有 Fax 相關元件 網址...
有關delphi輸入法 與系統 快速鍵 把Ctrl+SPACE關掉
›
[HKEY_USERS\.DEFAULT\Control Panel\Input Method] "Show Status"="1" [HKEY_USERS\.DEFAULT\Control Panel\Input Metho...
如何抓取中斷 com port被中斷 Delphi + MSComm control serial port transceiver procedures communication
›
如何抓取中斷 com port被中斷 直接用 API 的話, 可以參考范逸之、陳立元編著的< >一書 元件的話有微軟附的 MSComm(這個要 Import ActiveX)、SPComm 等 小弟則是用 TurboPower 的 T...
delphi 對dos 撈資料 對dos 貼資料 form http://hp.vector.co.jp/authors/VA003525/Jindex.htm
›
對dos 撈資料form http://hp.vector.co.jp/authors/VA003525/Jindex.htm procedure TForm1.Button1Click(Sender: TObject); var StartupInfo: TSt...
delphi 把檔案拖到已經在執行中的程式???
›
procedure TForm1.WMDropFiles(var Msg: TWMDropFiles); var I: integer; S: string; begin with Msg do begin { Calling DragQue...
›
首頁
查看網路版