Главная страница
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.013 c
15-1181392665
Ломброзо
2007-06-09 16:37
2007.07.08
Помирает тачпад


11-1164473294
vampir_infernal
2006-11-25 19:48
2007.07.08
Что плохого в unicode-совместимом коде?


15-1181195773
sergeyst
2007-06-07 09:56
2007.07.08
Куда пропадают кнопки


2-1181835250
Bullfrog
2007-06-14 19:34
2007.07.08
edit


11-1161871469
MTsv DN
2006-10-26 18:04
2007.07.08
Перевод проекта на UNICODE...