Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.09.05;
Скачать: CL | DM;

Вниз

господа возможно ли перехватить ножатие на del   Найти похожие ветки 

 
Alexsandri ©   (2002-08-11 12:12) [0]

и запретить удаление файлов


 
Anatoly Podgoretsky ©   (2002-08-11 14:08) [1]

ДА


 
Shrek ©   (2002-08-11 16:21) [2]

Please!

unit Unit1;

interface

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;

type
TForm1 = class(TForm)
procedure FormCreate(Sender: TObject);
private
{ Private declarations }
procedure WMHotkey( Var msg: TWMHotkey ); message WM_HOTKEY;
public
{ Public declarations }
end;

var
Form1: TForm1;

implementation

{$R *.dfm}

Procedure TForm1.WMHotkey(Var msg: TWMHotkey);
var h : hWnd;
Begin
If msg.hotkey = 1 Then Begin
If not IsIconic(Application.Handle) Then
begin

ShowMessage("Ну-ну");
end;
BringToFront;
End;
end;

procedure TForm1.FormCreate(Sender: TObject);
begin
If not RegisterHotkey (Handle, 1, 0, VK_DELETE) Then
ShowMessage("Error hootkey");
end;

end.



Страницы: 1 вся ветка

Текущий архив: 2002.09.05;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.014 c
14-14219
Alex
2002-08-03 12:29
2002.09.05
Хакерам


1-14114
delphiguru
2002-08-23 19:30
2002.09.05
WinExec и ShellExecute


14-14252
Joy
2002-08-11 16:45
2002.09.05
Люди, помогите, pls....


4-14354
annew
2002-07-03 09:36
2002.09.05
Каким образом можно сделать со свойствами Spedia Bar-a ?


14-14224
Malder
2002-08-04 11:21
2002.09.05
Можно ли быть программистом не зная английского ?