文章分类 - delphi
局域网中某台机器进程运行情况
摘要:unit PerfInfo; interface uses Windows, SysUtils, Classes; type TPerfCounter = record Counter: Integer; Value: TLargeInteger; end; TPerfCounters = Array of TPerfCounter; TPerfInstance...
阅读全文
网页中文字显亮
摘要:{....} private procedure SearchAndHighlightText(aText: string); {....} uses mshtml; { .... } procedure TForm1.SearchAndHighlightText(aText: string); var tr: IHTMLTxtRange; //TextRange Object ...
阅读全文
determine if there is an active connection to the internet
摘要:function IsConnectedToNet(HostIP: string; HostPort, CancelTimeMs: Word; FirstOctet: Byte; PError: PChar): Boolean; {GENERAL EXPLANATION: This function returns a Boolean value indicating if the compu...
阅读全文
技术小总结-reallike
摘要:http://expert.csdn.net/Expert/topic/2058/2058112.xml?temp=1.520938E-02
阅读全文
如何在DELPHI中,对EXECL加入文字和图片
摘要:http://search.csdn.net/expert/topic/53/5301/2002/10/18/1105886.htm
阅读全文
在NT/2000中怎么禁用Ctrl+Alt+Delete?(不能用gina,键盘驱动)
摘要:http://search.csdn.net/expert/topic/50/5008/2002/10/21/1113085.htm
阅读全文
Delphi之OOP面向对向模型------『Delphi园地』
摘要:Delphi对于面向对象编程的支持丰富而且强大。除了传统的类和对象,Delphi还提供了接口,异常处理,多线程编程等特性。这一章节深入讲解了Delphi的对象模型。读者应当对标准的Pascal比较熟悉,并且对有关面向对象编程的基本法则有一定了解。(本文的英文原文将Delphi与Object Pascal统一表述为Delphi,可能有概念不清之嫌疑。但在大多数情况下,相信读者能够根据上下文来判定文中...
阅读全文
浙公网安备 33010602011771号