⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 DLL的静态调用和动态调用 静态加载的DLL不能被卸载掉 动态调用: LoadLibrary LoadLibraryA LoadLibraryW 3个函数的演示
💻 DFM
字号:
object Form1: TForm1
  Left = 403
  Top = 253
  Width = 423
  Height = 240
  Caption = #38745#24577#21644#21160#24577#35843#29992'DLL'#27979#35797
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 185
    Height = 13
    Caption = #38656#35201#35843#29992#65306'LoadLibrary       '
  end
  object Edit1: TEdit
    Left = 16
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Button1: TButton
    Left = 160
    Top = 32
    Width = 129
    Height = 25
    Caption = #38745#24577#35843#29992'DLL'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 160
    Top = 72
    Width = 129
    Height = 25
    Caption = 'LoadLibraryA'#35843#29992
    TabOrder = 2
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 16
    Top = 72
    Width = 121
    Height = 21
    TabOrder = 3
    Text = 'Edit2'
  end
  object Button3: TButton
    Left = 160
    Top = 112
    Width = 129
    Height = 25
    Caption = 'LoadLibraryW'#35843#29992
    TabOrder = 4
    OnClick = Button3Click
  end
  object Edit3: TEdit
    Left = 16
    Top = 112
    Width = 121
    Height = 21
    TabOrder = 5
    Text = 'Edit3'
  end
end

⌨️ 快捷键说明

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