Главная страница
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.011 c
14-14231
wicked
2002-08-08 21:16
2002.09.05
delphi-jedi


1-14113
Бегинер
2002-08-23 19:31
2002.09.05
Свойства объектов


6-14197
Nick 007
2002-06-29 23:24
2002.09.05
Нужна помощь!!!


1-14040
Андрусь
2002-08-25 14:38
2002.09.05
Подскажите функцию сравнения двух указателей на real


3-13877
Viacheslav
2002-08-17 22:13
2002.09.05
BDE API