-
Delphi 一个如何隐藏进程的原代码
Delphi 一个如何隐藏进程的原代码-a hidden process of how the original code
- 2022-03-12 21:18:09下载
- 积分:1
-
嘿嘿,大侠看到不要见笑呀...
大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去.
到网上找,发现是MDI和模式窗体的,非模式的也有...
嘿嘿,大侠看到不要见笑呀...
大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去.
到网上找,发现是MDI和模式窗体的,非模式的也有很多问题.便想自己解决这个问题.
原来是用DLL创建一个对象返回,但发现有很多的问题.
想了半天就去寻根问柳吧.
找到了类.
我就想把类封装进DLL,到时简单的返回一个类,然后在主程序里操作不就简单了?
找了半天发现了TFormClass,于是试了试从DLL导出来,像一般的程序一样创建窗体发现成功.
接着我又想看看其他的类是不是也能这样,就拿TFrame来实验.
function GetDllFrameClass():TFrame stdcall
第一次是这样声明的,失败.奇怪?!
试了好多次都不行,就想到了TFormClass(Ctrl+左键),进去看看,发现是这样声明的.
TFormClass = class of TForm
哎呀,恍然大悟!!
class(TFrame) 是声明一个类, 这个类继承了TFrame类 f: TFrame 是一个对象
class of TFrame 声明的是类类型, f:TFrameClass 是一个类.
function GetDllFrameClass():TFrame
返回就不是类而是对象了,照TFormClass修改后TFrameClass = class of TFrame
运行...成功,
- 2022-01-31 01:59:09下载
- 积分:1
-
Check the network status, CheckNetStatus
检查网络状态,CheckNetStatus-Check the network status, CheckNetStatus
- 2022-05-23 15:03:20下载
- 积分:1
-
Delphi对源码进行排列
Delphi对源码进行排列-Delphi arranged for the source
- 2022-09-02 20:35:03下载
- 积分:1
-
TMS组件包V5.0包括超过280 Delphi和C++ Builder设计…
TMS Component Pack V5.0包含了超过 280 个为 Delphi 以及 C++Builder 设计的 TMS 生产控件,省钱又省时。 本版本支持以下 IDE: Delphi 5,6,7,2005 C++Builder 5,6 BDS 2006 (Delphi 2006, C++Builder 2006) RAD Studio 2007 (Delphi 2007, C++Builder 2007) RAD Studio 2009 (Delphi 2009, C++Builder 2009)-TMS Component Pack contains more than 280 for Delphi and C + + Builder designed TMS production control, also saving time and money. This version supports the following IDE: Delphi 5,6,7,2005 C + + Builder 5,6 BDS 2006 (Delphi 2006, C + + Builder 2006) RAD Studio 2007 (Delphi 2007, C + + Builder 2007) RAD Studio 2009 ( Delphi 2009, C + + Builder 2009)-TMS Component Pack V5.0 includes more than 280 for Delphi and C++ Builder designed TMS production control, save money and save time. This version supports the following IDE: Delphi 5,6,7,2005 C++ Builder 5,6 BDS 2006 (Delphi 2006, C++ Builder 2006) RAD Studio 2007 (Delphi 2007, C++ Builder 2007) RAD Studio 2009 ( Delphi 2009, C++ Builder 2009)-TMS Component Pack contains more than 280 fo
- 2023-08-26 11:50:06下载
- 积分:1
-
帮助分析两个文本文件不同之处的一个小程序,很好用。有源码...
帮助分析两个文本文件不同之处的一个小程序,很好用。有源码-To help analyze differences between two text files in a small program, it just works. There Source
- 2022-09-16 04:20:02下载
- 积分:1
-
用Delphi开发的MP3播放器
用Delphi开发的MP3播放器-with Delphi MP3 player
- 2022-03-23 16:06:27下载
- 积分:1
-
most directly in the code and Delphi6 Delphi7 operating environment. Some involv...
多数代码可以直接在Delphi6和Delphi7环境下运行。部分涉及.NET技术内容的代码,需要在Delphi 7上安装Borland .NET Complier for Delphi编译器方可编译执行。Borland已经正式推出Delphi 8 for .NET,所以本书范例中部分内容可能与D8最终版本不符。-most directly in the code and Delphi6 Delphi7 operating environment. Some involved.NET technology content of the code, the need to install Delphi 7 Borland.NET Complier for Delphi compiler can compile implementation. Borland has officially launched for Delphi 8.NET, the book example might be part of the final version D8 inconsistent.
- 2022-05-06 04:12:08下载
- 积分:1
-
20040816122648.rar is mscomm document. In registry After registration before nor...
20040816122648.rar是mscomm的文件.需要在注册表中注册后才可正常使用-20040816122648.rar is mscomm document. In registry After registration before normal use
- 2022-05-27 00:03:59下载
- 积分:1
-
实现短信的收发应用非常的方便,系统很小直接使用不需安装
实现短信的收发应用非常的方便,系统很小直接使用不需安装-Realize the message is very convenient to send and receive applications, the system is installed without the use of small direct
- 2022-02-12 14:44:18下载
- 积分:1