Форум: "Начинающим";
Текущий архив: 2007.07.08;
Скачать: [xml.tar.bz2];
Вниз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;
Скачать: [xml.tar.bz2];
Память: 0.44 MB
Время: 0.044 c