Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2007.07.08;
Скачать: 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 вся ветка

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

Наверх




Память: 0.47 MB
Время: 0.018 c
2-1181798599
fd979
2007-06-14 09:23
2007.07.08
Запись и чтение


9-1156415887
B-on
2006-08-24 14:38
2007.07.08
текстуры


1-1178639823
Oleg_teacher
2007-05-08 19:57
2007.07.08
Размер мемо


2-1181682276
hprx
2007-06-13 01:04
2007.07.08
БД в Delphi


2-1181835730
SerMaxx
2007-06-14 19:42
2007.07.08
Работа с Exel из Delphi