防止全局hook入侵Delphi版,2000以上系统适用(part1)

王朝delphi·作者佚名  2006-01-09
宽屏版  字体: |||超大  

原理见http://202.38.73.222/~pjf/blog/archives/000040.html

代码如下:

============form1.dfm==============

object Form1: TForm1

Left = 192

Top = 107

Width = 396

Height = 261

Caption = 'Form1'

Color = clBtnFace

Font.Charset = DEFAULT_CHARSET

Font.Color = clWindowText

Font.Height = -11

Font.Name = 'MS Sans Serif'

Font.Style = []

OldCreateOrder = False

OnCreate = FormCreate

OnDestroy = FormDestroy

PixelsPerInch = 96

TextHeight = 13

object Button1: TButton

Left = 0

Top = 152

Width = 89

Height = 25

Caption = 'Load'

TabOrder = 0

OnClick = Button1Click

end

object Memo1: TMemo

Left = 0

Top = 0

Width = 385

Height = 145

ScrollBars = ssBoth

TabOrder = 1

end

object Button2: TButton

Left = 0

Top = 184

Width = 89

Height = 25

Caption = 'Button2'

TabOrder = 2

OnClick = Button2Click

end

object Button3: TButton

Left = 120

Top = 184

Width = 89

Height = 25

Caption = 'Button3'

TabOrder = 3

OnClick = Button3Click

end

end

=========

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
© 2005- 王朝网络 版权所有