Вниз
Скачать: CL | DM;

wm_geticon   Найти похожие ветки 

 
Core Thousand   (2007-06-02 19:20) [0]

как ответить на wm_geticon?


 
Однокамушкин   (2007-06-02 19:58) [1]

В msdn написано:


> When an application receives this message, it can return
> a handle to a large or small icon, or pass the message to
> DefWindowProc.


что именно здесь непонятно?


 
DVM ©   (2007-06-02 20:43) [2]


unit Unit1;

interface

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

type
 TForm1 = class(TForm)
 private
   { Private declarations }
   procedure WMGETIcon(var Message: TMessage); message WM_GETICON;
 public
   { Public declarations }
 end;

var
 Form1: TForm1;

implementation

{$R *.dfm}

procedure TForm1.WMGETIcon(var Message: TMessage);
begin
 Message.Result := ...;
end;

end.



 
Elena_gp   (2007-06-11 23:40) [3]

Удалено модератором


 
G_M_S ©   (2007-06-12 09:55) [4]


> как ответить на wm_geticon?

Послать... Однозначно! :)))

Серьезно: зачем тебе его обрабатывать? Иконку форме можно и так присвоить и она все сама за тебя обработает.



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

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.013 c
15-1181023685
stone
2007-06-05 10:08
2007.07.08
Delphi и 64 bit


15-1181299079
zz 5
2007-06-08 14:37
2007.07.08
Delphi 6 и Turbo Delphi (Delphi 2006) на одной машине


3-1176198348
rexti
2007-04-10 13:45
2007.07.08
как создать таблицу dbase


2-1181652161
evgenij_
2007-06-12 16:42
2007.07.08
Shape


15-1181554954
Andy BitOff
2007-06-11 13:42
2007.07.08
Маленький чатик




   Наверх