rundll.dpr

来自「一个为Delphi程序增加注册码的例子。具体请参考代码。」· DPR 代码 · 共 14 行

DPR
14
字号
program rundll;

uses
  Forms,
  unt_rundll in 'unt_rundll.pas' {frm_rundll};

{$R *.RES}

begin
  Application.Initialize;
  Application.CreateForm(Tfrm_rundll, frm_rundll);
  Application.Run;
end.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?