Вниз
Скачать: 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.014 c
2-1181839746
..::KraN::..
2007-06-14 20:49
2007.07.08
3 вопроса


3-1176199544
Micke_2007
2007-04-10 14:05
2007.07.08
linked server


15-1181412506
Prefd
2007-06-09 22:08
2007.07.08
Вопрос по Word у


15-1180969117
Desdechado
2007-06-04 18:58
2007.07.08
Очередная подборка приколов из Феодосии


2-1181568479
Cardinalius
2007-06-11 17:27
2007.07.08
Проблема с ООП.




   Наверх